ci release: add macos arm64 support (#1179)

This commit is contained in:
Jefferson González
2022-10-30 11:48:20 -04:00
committed by GitHub
parent 8a9bac7de3
commit d89d1e6d98
5 changed files with 43 additions and 8 deletions
+2
View File
@@ -81,6 +81,8 @@ get_platform_arch() {
else
arch=i686
fi
elif [[ $CROSS_ARCH != "" ]]; then
arch=$CROSS_ARCH
fi
echo "$arch"
}