Add more architectures

This commit is contained in:
2025-09-05 11:36:02 -05:00
parent 12f1f836ae
commit 82d1b57aaf
13 changed files with 129 additions and 34 deletions

View File

@@ -0,0 +1,14 @@
#!/bin/bash
source ./version.sh
upload() {
curl --user tesses50:$GITEA_AUTH -X DELETE \
https://git.tesseslanguage.com/api/packages/tesses50/debian/pool/jammy/main/crosslang/$DEB_VERSION/$1
curl --user tesses50:$GITEA_AUTH \
--upload-file build/jammy/crosslang/$DEB_VERSION\_$1\.deb \
https://git.tesseslanguage.com/api/packages/tesses50/debian/pool/jammy/main/upload
}
upload amd64
upload arm64
upload armhf
upload riscv64