Skip to content
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

Build & publish multi arch image #46

Merged

Conversation

douglascamata
Copy link
Contributor

@douglascamata douglascamata commented Oct 21, 2022

Cross-compile the project using buildx to push multi-arch images. Based on the work done in https://github.com/observatorium/token-refresher.

As a test, I published the image to https://quay.io/repository/douglascamata/up-test?tab=tags.

Some extras:

  • Upgraded the setup-go action to v3
  • Use the cache feature that is included in the setup-go action. Helps cleaning up a bit and delegating the caching responsibility.
  • Removed the setup-go action from container building workflows. These use the builder container's Go to compile the project.

@douglascamata douglascamata marked this pull request as draft October 21, 2022 11:29
@douglascamata douglascamata marked this pull request as ready for review October 21, 2022 14:18
Copy link
Contributor

@moadz moadz left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@saswatamcode saswatamcode left a comment

Choose a reason for hiding this comment

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

LGTM!

@matej-g matej-g merged commit ae88bf5 into observatorium:master Oct 26, 2022
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.

None yet

4 participants