remove version

This commit is contained in:
yen 2024-04-07 15:53:14 +02:00
parent f31408c029
commit 367048d08d
Signed by: yen
GPG Key ID: 120F272B9981E77F

View File

@ -3,7 +3,6 @@
# docker run --privileged --rm tonistiigi/binfmt --install arm64
# docker buildx create --use --name multi-arch-builder
REPO_URL="https://gitea.sesh.jetzt/yen/cph_open"
echo "version: ${HIIVE_API_VERSION}"
mkdir arm64
ssh root@yenting.party -t "if [ -d /opt/cph_open ]; then cd /opt/cph_open/; else cd /opt/ && git clone $REPO_URL && cd cph_open; fi; git fetch --all && git reset --hard origin/main && git switch main && cargo build --release --bin cph_open"