-
Notifications
You must be signed in to change notification settings - Fork 190
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
Can't cross-build linux/amd64 image on Mac M1 #762
Comments
I have the same problem. In my case I'm trying to generate an image for my azure container registry. I would like to generate one with multi architecture or at least with linux/amd64. It just isn't coming out at all. Comand: docker build --platform linux/amd64 or % docker buildx build --platform linux/amd64 I'm using Mac M1 Output:
|
We have a fix for this, which will be proposed once #819 is merged.
|
An attempt to build the recent source-controller (9e33041) on Mac M1, targeting the linux/amd64 platform, fails with the error
cannot find -lcrypto
.Other architectures:
linux/arm64
andlinux/arm/v7
work correctly.Reproduction steps:
Output:
Docker version:
The text was updated successfully, but these errors were encountered: