Closed WesleyRosenblum closed 2 years ago
Resolves #103
For arm64 builds, Go was being downloaded and installed twice, once for Arm64 and once for Amd64. The second install was overwriting the first, and since the Arm64 Docker container cannot use the Amd64 Go, it was failing.
Thank you!
Resolves #103
For arm64 builds, Go was being downloaded and installed twice, once for Arm64 and once for Amd64. The second install was overwriting the first, and since the Arm64 Docker container cannot use the Amd64 Go, it was failing.