Addressed PR suggestions
This commit is contained in:
parent
2fef57fffa
commit
3d06d07516
5 changed files with 9 additions and 11 deletions
|
@ -22,7 +22,7 @@ elif [ "$1" == "arm64" ]; then
|
|||
BUILDARCH=arm64
|
||||
else
|
||||
echo "Invalid architecture: $1"
|
||||
echo "Valid architectures are x86, x86_64, arm64 or ppc"
|
||||
echo "Valid architectures are arm64, x86_64, x86, or ppc"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue