Skip to content

Commit f8a9e0d

Browse files
committed
Fix typo in goarch file
1 parent 2c9d4a2 commit f8a9e0d

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)