Skip to content

Commit

Permalink
Replace macos with darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
mpermar committed Aug 8, 2023
1 parent 9817b6f commit 5ccc630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ initOS() {
# verifySupported checks that the os/arch combination is supported for
# binary builds.
verifySupported() {
supported="linux-amd64\nlinux-arm64\nfreebsd-amd64\nmacos-amd64\nmacos-arm64\nwindows-amd64"
supported="linux-amd64\nlinux-arm64\nfreebsd-amd64\ndarwin-amd64\ndarwin-arm64\nwindows-amd64"
if ! echo "${supported}" | grep -q "${OS}-${ARCH}"; then
echo "No prebuild binary for ${OS}-${ARCH}."
exit 1
Expand Down

0 comments on commit 5ccc630

Please sign in to comment.