Skip to content

Commit 25afa37

Browse files
rishabh92pedrocodacy
authored andcommitted
fix: added macOS ARM M1 architecture support
1 parent 7d0a581 commit 25afa37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-binary.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ initOS() {
4242
# verifySupported checks that the os/arch combination is supported for
4343
# binary builds.
4444
verifySupported() {
45-
local supported="linux-amd64\nmacos-amd64\nwindows-amd64"
45+
local supported="linux-amd64\nmacos-amd64\nmacos-arm64\nwindows-amd64"
4646
if ! echo "${supported}" | grep -q "${OS}-${ARCH}"; then
4747
echo "No prebuild binary for ${OS}-${ARCH}."
4848
exit 1

0 commit comments

Comments
 (0)