Skip to content
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

Move to using docker buildx to build arm64 images #3166

Closed
oxy opened this issue Apr 19, 2021 · 0 comments · Fixed by #3503
Closed

Move to using docker buildx to build arm64 images #3166

oxy opened this issue Apr 19, 2021 · 0 comments · Fixed by #3503
Assignees
Labels
ci Issues related to ci enhancement Some improvement that isn't a feature
Milestone

Comments

@oxy
Copy link

oxy commented Apr 19, 2021

Currently, we still rely on a native self-hosted arm64 runner (hosted on AWS) to build our arm64 docker images. Moving to docker buildx+qemu allows us to drop our dependency on the self-hosted runner, and will also allow us to support other architectures (such as armv7) with docker images in the future.

@oxy oxy added enhancement Some improvement that isn't a feature ci Issues related to ci labels Apr 19, 2021
@oxy oxy added this to the On Deck milestone Apr 19, 2021
@oxy oxy modified the milestones: On Deck, v3.11.0 May 7, 2021
@code-asher code-asher modified the milestones: v3.10.1, 3.11.0 May 17, 2021
@jsjoeio jsjoeio modified the milestones: 3.10.2, 3.11.0 May 21, 2021
@oxy oxy closed this as completed in #3503 May 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Issues related to ci enhancement Some improvement that isn't a feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants