Can’t build go app on ARM64: gcc: error: unrecognized command-line option ‘-m64’
I am building multi-arch docker images with buildx
on an ARM64
machine and I have problems compiling the Go code on ARM64
for arm64
. However, this does not seem to be a docker issue.