Cosmos-Server/build arm64.sh
2023-03-31 20:19:38 +01:00

7 lines
142 B
Bash

rm -rf build
env GOARCH=arm64 go build -o build/cosmos src/*.go
if [ $? -ne 0 ]; then
exit 1
fi
cp -r static build/
cp package.json build/