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 b8cb806 commit 97f7749Copy full SHA for 97f7749
install-binary.sh
@@ -55,7 +55,7 @@ initOS() {
55
# verifySupported checks that the os/arch combination is supported for
56
# binary builds.
57
verifySupported() {
58
- supported="linux-amd64\nfreebsd-amd64\nmacos-amd64\nwindows-amd64"
+ supported="linux-amd64\nfreebsd-amd64\nmacos-amd64\nmacos-arm64\nwindows-amd64"
59
if ! echo "${supported}" | grep -q "${OS}-${ARCH}"; then
60
echo "No prebuild binary for ${OS}-${ARCH}."
61
exit 1
0 commit comments