Fail on build step error on linux

This commit is contained in:
FriwiDev 2021-11-22 11:00:53 +01:00
parent 18bfb8837a
commit cfc51c4a66
2 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
#!/bin/bash
set -e
if [ $# -lt 2 ] || [ $# -eq 3 ]
then

View File

@ -1,5 +1,4 @@
#!/bin/bash
set -e
# Determine architecture
echo "Building for architecture $TARGETARCH"