-
Notifications
You must be signed in to change notification settings - Fork 888
ci: build a multi-arch image on each commit to main
#11544
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
Conversation
main
imagemain
image
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can the changes to build be made a separate PR?
@johnstcn The PR is mainly about changing build to build, push, and multi-arch image. I sneaked in the fix to build on the PR branch as an additional fix, as it is related. |
main
imagemain
with tag latest
@deansheather @johnstcn thoughts on renaming tag from something like The issue is that currently when we run make -j build/coder_"$version"_linux_{amd64,arm64,armv7}.tag This creates images with tags With this chnage, we will not have a mix of Please look at the screenshot for the tags' name notation mixing. We can also update Makefile to allow the creation of custom tags for arch images so that they have 'main' appended to their name. |
main
with tag latest
main
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! Approved pending Dean's outstanding items.
ghcr.io/coder/coder-preview:latest