-
Notifications
You must be signed in to change notification settings - Fork 36
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
Docker Push with arm64 #189
Conversation
- enable nightly docker build push - us v3 and buildx for docker build in release with arm64
type=semver,pattern=v{{version}} | ||
# v3.0 | ||
type=semver,pattern=v{{major}}.{{minor}} | ||
# v3.0.0 |
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.
pattern={raw}
will do the same job as type=semver,pattern=v{{major}}.{{minor}}
, but I left it in this way as explicit seems to be better.
Is there a specific reason why this cannot be merged? It seems to have passed all checks. Without this, we cannot run Nebula on Apple silicon at all. Thanks! |
.github/workflows/release.yml
Outdated
- name: Set up QEMU | ||
uses: docker/setup-qemu-action@v1 |
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.
Why need QEMU here?
Golang binary could be cross-compiled. 🤔
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.
Sorry, I blindly referred this from the previous PR, will remove this step :D
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.
Good job!
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.
Good job!
Hey, @codegladiator007 now the nightly image is dual arch :) have fun!!! |
close #188
This also fix the nebula-docker-compose console container error in Apple Chip macOS and Respberry Pi