Skip to content

Commit

Permalink
bug: fix mistach in naming between build and README
Browse files Browse the repository at this point in the history
  • Loading branch information
kookehs committed Dec 21, 2020
1 parent 328b813 commit 4faba58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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=386 go build -o bdo-marketplace-linux-386 &&
GOOS=linux GOARCH=amd64 go build -o bdo-marketplace-linux-amd64 &&
GOOS=windows GOARCH=386 go build -o bdo-marketplace-windows-x8632.exe &&
GOOS=windows GOARCH=386 go build -o bdo-marketplace-windows-386.exe &&
GOOS=windows GOARCH=amd64 go build -o bdo-marketplace-windows-amd64.exe

0 comments on commit 4faba58

Please sign in to comment.