From 0cf67b6aa9398447d1d97e0e4db22cce5135aa67 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 6 Apr 2025 10:54:41 +0200 Subject: crossbuild.sh: update broken GoArm link The old link says: > The Go wiki on GitHub has moved to go.dev (#61940). > > Try https://go.dev/wiki/GoArm --- crossbuild.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crossbuild.bash') 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 -- cgit v1.2.3