diff options
author | Jakob Unterwurzacher | 2025-04-06 10:54:41 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2025-04-06 10:59:19 +0200 |
commit | 0cf67b6aa9398447d1d97e0e4db22cce5135aa67 (patch) | |
tree | af6c2a70b3ce1876c06fa9c97221c8af25639629 | |
parent | 31f17432bfdf8bd9ca93f7a18b494d13d019d862 (diff) |
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
-rwxr-xr-x | crossbuild.bash | 2 |
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 |