We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad2336d commit 16c5a52Copy full SHA for 16c5a52
crosscompile.sh
@@ -1,5 +1,6 @@
1
#!/bin/bash
2
3
+go get -d ./...
4
for target in darwin:amd64 linux:amd64 linux:386 linux:arm windows:amd64; do
5
echo "Compiling $target"
6
export GOOS=$(echo $target | cut -d: -f1) GOARCH=$(echo $target | cut -d: -f2)
0 commit comments