-
Notifications
You must be signed in to change notification settings - Fork 16
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 multi-arch support on CI #16
Conversation
The So it will be temporarily disabled until actions/runner-images#5631 |
However, I could use temporarily a local |
As you are probably aware, if you built it on a separate machine, you'll need to run a separate |
Apparently it is on the roadmap: github/roadmap#528 |
@markmandel Thanks for pointed that out! Yes I will do that as a workaround when the next Rust release comes in. |
Update: Turns out that I don't have the arm64 machine anymore. But there is a possibility to perform Linux arm64 builds via Cirrus CI cirruslabs/cirrus-ci-docs#905 which is awesome! I didn't know until now. So I could add Cirrus CI integration to perform the Docker multi-arch update for |
Update: I already did some experiments with Cirrus this week but I got a small inconvenience when building an image on the |
Update: It is happening #18 |
Full Docker multi-arch support via Cirrus CI using two (amd64/arm64) separate native containers is ready to work (see #19). |
Oooh! Will keep an eye out. I've been building my own internally, but will be lovely to switch back to yours 😄 |
No description provided.