Skip to content

Commit

Permalink
Remove Darwin release (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
sungwoncho committed Mar 18, 2023
1 parent 558bf8d commit 2de1798
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion scripts/cli/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2de1798

Please sign in to comment.