[release] v0.9.19-unstable

This commit is contained in:
Yann Stepienik 2023-08-11 10:35:01 +01:00
parent 25707fafff
commit ac560df6b3
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
#!/bin/bash
echo " ---- Build Cosmos ----"
rm -rf build
env GOARCH=arm64 go build -o build/cosmos-arm64 src/*.go

View File

@ -12,7 +12,7 @@ fi
echo "Pushing azukaar/cosmos-server:$VERSION and azukaar/cosmos-server:$LATEST"
# sh build.sh
sh build.sh
# Multi-architecture build
docker buildx build \