mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-05 23:56:50 +08:00
Build an ARM64 version for Windows
...because Windows supports ARM 64. I plan to release RISC-V variants once the X280 demo board becomes available.
This commit is contained in:
@@ -17,10 +17,7 @@ for GOARCH in amd64 arm64; do
|
|||||||
-o $DIR/sslip.io-dns-server-$GOOS-$GOARCH \
|
-o $DIR/sslip.io-dns-server-$GOOS-$GOARCH \
|
||||||
main.go &
|
main.go &
|
||||||
done
|
done
|
||||||
done
|
GOOS=windows
|
||||||
|
|
||||||
# Windows has a custom extension, can't do arm64 yet
|
|
||||||
GOOS=windows GOARCH=amd64
|
|
||||||
go build -o $DIR/sslip.io-dns-server-$GOOS-$GOARCH.exe main.go &
|
go build -o $DIR/sslip.io-dns-server-$GOOS-$GOARCH.exe main.go &
|
||||||
|
done
|
||||||
wait
|
wait
|
||||||
|
Reference in New Issue
Block a user