Go Image build failing with segmentation fault #18719
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
macos
MacOS (OSX) related
Bug description
I've run into an image build failure using podman desktop on an M1 mac with the go build step getting segmentation faults. The same image build is succeeding when I run in a fedora environment. (Logs pasted below). The only difference in the command being called is that in Mac I'm calling
podman build -t <tag> . --arch=amd64
, whereas in fedora I'm just callingpodman build -t <tag> .
Mac details
Fedora details
Operating system
Apple Sillicon
Version
1.0.x
Steps to reproduce
I am building this dockerfile: https://github.com/anishasthana/kuberay/blob/update_makefile/ray-operator/Dockerfile
The command is generally run through a makefile, but the makefile is just calling podman under the hood. The only difference in the command being called is that in Mac I'm calling
podman build -t <tag> . --arch=amd64
, whereas in fedora I'm just callingpodman build -t <tag> .
Relevant log output
The text was updated successfully, but these errors were encountered: