Skip to content

Commit 134c949

Browse files
dschaaffAnton Bretting
authored andcommitted
remove macos arm from install.sh since I don't have a way to verify rosetta works
Signed-off-by: Daniel Schaaff <[email protected]>
1 parent b4fd64c commit 134c949

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
@@ -55,7 +55,7 @@ initOS() {
5555
# verifySupported checks that the os/arch combination is supported for
5656
# binary builds.
5757
verifySupported() {
58-
supported="linux-amd64\nlinux-arm64\nfreebsd-amd64\nmacos-amd64\macos-arm64\nwindows-amd64"
58+
supported="linux-amd64\nlinux-arm64\nfreebsd-amd64\nmacos-amd64\nwindows-amd64"
5959
if ! echo "${supported}" | grep -q "${OS}-${ARCH}"; then
6060
echo "No prebuild binary for ${OS}-${ARCH}."
6161
exit 1

0 commit comments

Comments
 (0)