Skip to content

Add pipeline to publish ghcr multi-arch image #2268

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 17, 2023
Merged

Conversation

hughcapet
Copy link
Member

Refactor operator image build process to allow multi-arch builds
Add a pipeline to build and publish arm64/amd64 image in ghcr on every pushed tag

Refactor operator image build process
Add a pipeline to build and publish arm64/amd64 image in ghcr on every
pushed tag
@hughcapet hughcapet marked this pull request as ready for review March 22, 2023 07:07
@FxKu FxKu added this to the 1.9.1 milestone Mar 24, 2023
cp scm-source.json build/

GO111MODULE=on go mod vendor
CGO_ENABLED=0 go build -o build/postgres-operator -v -ldflags "-X=main.version=e1fbdd9" cmd/main.go
Copy link
Member

@FxKu FxKu Apr 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To which commit ID = e1fbdd9 is referring to?

EDIT: Ah ok - the last commit when you created the PR

@FxKu
Copy link
Member

FxKu commented Apr 13, 2023

👍

@FxKu FxKu mentioned this pull request Apr 17, 2023
@FxKu
Copy link
Member

FxKu commented Apr 17, 2023

👍

1 similar comment
@hughcapet
Copy link
Member Author

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants