[release] v0.9.19-unstable
This commit is contained in:
parent
25707fafff
commit
ac560df6b3
2 changed files with 3 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo " ---- Build Cosmos ----"
|
||||
|
||||
rm -rf build
|
||||
|
||||
env GOARCH=arm64 go build -o build/cosmos-arm64 src/*.go
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue