Remove Darwin release (#644)

This commit is contained in:
Sung 2023-03-18 16:57:40 +11:00 committed by GitHub
commit 2de1798fdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -87,7 +87,6 @@ check_platform() {
found=1
case "$platform" in
darwin/amd64) found=0;;
darwin/arm64) found=0;;
linux/amd64) found=0 ;;
linux/arm64) found=0 ;;
esac

View file

@ -116,7 +116,6 @@ if [ -z "$GOOS" ] && [ -z "$GOARCH" ]; then
build linux amd64
build linux arm64
build darwin amd64
build darwin arm64
build windows amd64
else
build "$GOOS" "$GOARCH" true