Skip to content

Commit

Permalink
bug: remove building for darwin on arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
kookehs committed Nov 2, 2020
1 parent a12b2c5 commit 8aeca99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GOOS=darwin GOARCH=386 go build -o bdo-marketplace-darwin32 &&
GOOS=darwin GOARCH=arm64 go build -o bdo-marketplace-darwin-arm64 &&
# GOOS=darwin GOARCH=arm64 go build -o bdo-marketplace-darwin-arm64 &&
GOOS=darwin GOARCH=amd64 go build -o bdo-marketplace-darwin-amd64 &&
GOOS=linux GOARCH=386 go build -o bdo-marketplace-linux-x8632 &&
GOOS=linux GOARCH=amd64 go build -o bdo-marketplace-linux-amd64 &&
Expand Down

0 comments on commit 8aeca99

Please sign in to comment.