feat: add gox build script
All checks were successful
Build and Release / build (push) Successful in 2m50s

This commit is contained in:
aria 2025-06-15 04:39:06 +10:00
parent 7c14b59bb6
commit b04cbf006a
Signed by: aria
SSH key fingerprint: SHA256:WqtcVnDMrv1lnUlNah5k31iywFUI/DV+5yHzCTO4Vds

3
build-all.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
gox -os="darwin" -os="linux" -os="windows" -arch="amd64" -arch="arm64" -osarch="linux/386" -osarch="windows/386"