aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcrossbuild.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/crossbuild.bash b/crossbuild.bash
index db4b05b..0d9d7be 100755
--- a/crossbuild.bash
+++ b/crossbuild.bash
@@ -19,7 +19,7 @@ export CGO_ENABLED=0
GOOS=linux GOARCH=amd64 build
-# See https://github.com/golang/go/wiki/GoArm
+# See https://go.dev/wiki/GoArm
GOOS=linux GOARCH=arm GOARM=7 build
GOOS=linux GOARCH=arm64 build