cmd/go: get in docker buildx gets SIGSEGV error #40969
Labels
FrozenDueToAge
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
What version of Go are you using (
go version
)?What operating system and processor architecture are you using (
go env
)?What did you do?
https://gitlab.com/ahmetozer/net-tools-service/-/jobs/697169653
What did you see instead?
I do not get a any error on amd64 on golang official container but when i try to build multi platform with docker buildx, go get command has a error on arm and arm64.
So i try golang:alpine it gets a same error, I change kernel version and get same result.
Currently to temporarily, I create a alpine container and install go and git with package manager (apk) and replace
FROM golang
with my container. Now it is work./ # go version go version go1.13.14 linux/amd64
https://gitlab.com/ahmetozer/net-tools-service/-/jobs/698402255
The text was updated successfully, but these errors were encountered: