Fix arm builds

This commit is contained in:
Asher
2020-03-26 15:50:32 -05:00
parent 11fdb8854b
commit 4a65b58772
3 changed files with 16 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ function package() {
fi
local arch
arch="$(uname -m)"
arch=$(uname -m | sed 's/aarch/arm/')
echo -n "Creating release..."