aarch64: linux CI

This commit is contained in:
kd-11 2024-09-29 05:07:27 +03:00 committed by kd-11
parent 03a58d36da
commit 4fe306c9ad
4 changed files with 80 additions and 38 deletions

View file

@ -61,5 +61,5 @@ shellcheck .ci/*.sh
} && SHOULD_DEPLOY="true" || SHOULD_DEPLOY="false"
if [ "$build_status" -eq 0 ] && [ "$SHOULD_DEPLOY" = "true" ]; then
.ci/deploy-linux.sh
.ci/deploy-linux.sh "x86_64"
fi