This commit is contained in:
Megamouse
2025-07-13 14:27:16 +02:00
parent 47661ac2ef
commit e09ceb4f18
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,5 +1,9 @@
#!/bin/sh -ex
# source ci-vars.env
# shellcheck disable=SC1091
. .ci/ci-vars.env
cd build || exit 1
CPU_ARCH="${1:-x86_64}"