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 9162f5d commit 0c8bd1eCopy full SHA for 0c8bd1e
build.sh
@@ -6,6 +6,8 @@ buildTime=$(date -u)
6
goos=$(go env GOOS)
7
goarch=$(go env GOARCH)
8
9
+export CGO_ENABLED=0
10
+
11
printf 'Building migration-verifier for %s/%s …\n' "$goos" "$goarch"
12
printf '\tRevision: %s\n' "$revision"
13
printf '\tBuild Time: %s\n' "$buildTime"
0 commit comments