aboutsummaryrefslogtreecommitdiff
path: root/crossbuild.bash
diff options
context:
space:
mode:
Diffstat (limited to 'crossbuild.bash')
-rwxr-xr-xcrossbuild.bash3
1 files changed, 2 insertions, 1 deletions
diff --git a/crossbuild.bash b/crossbuild.bash
index db4b05b..ff773ec 100755
--- a/crossbuild.bash
+++ b/crossbuild.bash
@@ -18,8 +18,9 @@ set -eux
export CGO_ENABLED=0
GOOS=linux GOARCH=amd64 build
+GOOS=linux GOARCH=386 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