-
Notifications
You must be signed in to change notification settings - Fork 14
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
WIP: Build on arm64 #445
WIP: Build on arm64 #445
Conversation
Hi @danielhollas, since the self-hosted runner machine not stable. I recommend to use https://buildjet.com/for-github-actions to check the arm64 bulid. It provide 3 months free trail, sadly I had run out of it last year for support arm64 test. It should be simple by just switch the |
677a0e7
to
63e829d
Compare
c81781b
to
6852e13
Compare
Thanks, I will try that. Will you have time to look with Marnik on the ARM64 runner? For one, I really need jq installed there. |
Sure, I thought he already did that, since he ask me last week. I'll check with him now. |
1b2adfa
to
a5bedbf
Compare
I will not be able to finish this today, but essentially we will need to implement this approach from official docker docs: https://docs.docker.com/build/ci/github-actions/multi-platform/#with-bake |
Most of this PR has been done as part of #446, closing for now. If / when we need to switch building on self-hosted runner I'll open a new one. |
Builds on top of #439