We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b73b08 commit 7ca97a8Copy full SHA for 7ca97a8
tests/integration_tests/run_integration_tests.sh
@@ -40,8 +40,8 @@ if [ -n "$UPDATE_SNAPSHOTS" ]; then
40
fi
41
42
echo "Building Go binaries"
43
-GOOS=linux go build -ldflags="-s -w" -o bin/hello hello/main.go
44
-GOOS=linux go build -ldflags="-s -w" -o bin/error error/main.go
+GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -o bin/hello hello/main.go
+GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -o bin/error error/main.go
45
46
# Generate a random 8-character ID to avoid collisions with other runs
47
run_id=$(xxd -l 4 -c 4 -p < /dev/random)
0 commit comments