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

ARM64 docker build failing in CircleCI because of missing emulators #20479

Closed
danxmoran opened this issue Jan 8, 2021 · 1 comment · Fixed by #20484 or #20503
Closed

ARM64 docker build failing in CircleCI because of missing emulators #20479

danxmoran opened this issue Jan 8, 2021 · 1 comment · Fixed by #20484 or #20503
Assignees
Labels
area/docker area/packaging area/2.x OSS 2.0 related issues and PRs

Comments

@danxmoran
Copy link
Contributor

See an example failure here. docker/buildx#464 explains the issue, and this tutorial from Circle shows an example of the fix. The tutorial strongly recommends using a machine executor for cross-builds, though... we might need to reconsider our CI setup.

@danxmoran
Copy link
Contributor Author

Ugh, still seeing failures. Reopening.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment