Replies: 3 comments
-
If it helps to debug, I have the same issue with Rancher Desktop. Not sure what is common it is using for docker engine with podman, but likely the issue is somewhere there in shared part |
Beta Was this translation helpful? Give feedback.
-
We have no real control over how the emulation works, it either uses rosetta or qemu-user-static if there are issues with that it is best to report them to apple or qemuy respectively. If you want to turn of rosetta to try qemu you must create a containers.conf file with
Note that rosetta will be turned off with podman 5.6 by default https://blog.podman.io/2025/06/podman-and-apple-rosetta/ |
Beta Was this translation helpful? Give feedback.
-
In any case I don't see anything podman can do about it so I am going to move it to a discussion |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Issue Description
The
go
tool segfaults indocker buildx build --platform linux/amdm64
when running on macOS arm64.podman buildx build
works normally.This happens on a
podman machine
that has Rosetta enabled - I couldn't work out how to disable it.Steps to reproduce the issue
In a directory containing these files
Dockerfile
:go.mod
:Run:
Describe the results you received
Describe the results you expected
Something like
podman info output
Podman in a container
Yes
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
This is on my local M4 mac.
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions