Skip to content

Commit b428673

Browse files
Merge pull request #466 from gnufied/fix-goarch-typo
Fix typo in goarch variable
2 parents f8087e0 + f8a9e0d commit b428673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/build-go.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GLDFLAGS=${GLDFLAGS:-}
99
eval $(go env | grep -e "GOHOSTOS" -e "GOHOSTARCH")
1010

1111
GOOS=${GOOS:-${GOHOSTOS}}
12-
GOARCH=${GOACH:-${GOHOSTARCH}}
12+
GOARCH=${GOARCH:-${GOHOSTARCH}}
1313

1414
# Go to the root of the repo
1515
cd "$(git rev-parse --show-cdup)"

0 commit comments

Comments
 (0)