You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just for consistency:
I tried the same procedure on an x86_64 host and there everything works just fine, i.e. I can build amd64/ppc64le/arm64 without issues.
I got a problem when running
--platform linux/amd64
builds on an IBM Power (ppc64le) host. ARM64 doesn't seem to have this problem when emulated.First my the setup:
Simple dockerfile to reproduce
The error
When I build for ppc64le and arm64 using these commands it works:
However when I want to build for x86/amd64 using this command:
docker buildx build --load --platform linux/amd64 -t test-alma:amd64 -f Dockerfile.alma .
I'm getting this error:
Running a simple container with
--platform linux/amd64
seems to work:Any idea how to fix this issue? Is this related to binfmt or to AlmaLinux?
Thanks!
The text was updated successfully, but these errors were encountered: