We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d0a581 commit 25afa37Copy full SHA for 25afa37
install-binary.sh
@@ -42,7 +42,7 @@ initOS() {
42
# verifySupported checks that the os/arch combination is supported for
43
# binary builds.
44
verifySupported() {
45
- local supported="linux-amd64\nmacos-amd64\nwindows-amd64"
+ local supported="linux-amd64\nmacos-amd64\nmacos-arm64\nwindows-amd64"
46
if ! echo "${supported}" | grep -q "${OS}-${ARCH}"; then
47
echo "No prebuild binary for ${OS}-${ARCH}."
48
exit 1
0 commit comments