We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 951040b commit 768ab3cCopy full SHA for 768ab3c
ci/build/build-packages.sh
@@ -14,7 +14,7 @@ main() {
14
15
if [[ $OS == "linux" ]]; then
16
# Allow us to override architecture on Linux
17
- if [ "$1" ]; then
+ if [ "$#" -eq 1 ] && [ "$1" ]; then
18
ARCH=$1
19
fi
20
release_nfpm
0 commit comments