-
Notifications
You must be signed in to change notification settings - Fork 29
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
Enable arm image build #24
Conversation
enable arm image build
images: ${{ matrix.image }} | ||
|
||
- name: Set up QEMU | ||
uses: docker/setup-qemu-action@v3 |
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 you explain this?
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.
https://github.com/marketplace/actions/build-and-push-docker-images
It's to allow building against more platforms
@kanya-approve I made a change to the action in attempt to get it to run for this pull request, can you merge that change in and push again? |
done |
Merging as is because I can't get the images to build. Will roll back if broken. |
No description provided.