We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f0ca2 commit b6aed97Copy full SHA for b6aed97
build.sh
@@ -5,6 +5,7 @@ set -eoux pipefail
5
FEDORA_VERSION=${FEDORA_VERSION:-43}
6
BUILDER_VERSION=${BUILDER_VERSION:-$FEDORA_VERSION}
7
BUILD_ARM=${BUILD_ARM:-}
8
+SKIP_TARBAL=${SKIP_TARBAL:-}
9
10
if [ -n "$BUILD_ARM" ]; then
11
ARCHES=("aarch64")
0 commit comments