Skip to content

Commit

Permalink
update build versions
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiu-persoiu committed Feb 19, 2023
1 parent 59f4865 commit 7aa2de9
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
Expand Up @@ -7,4 +7,4 @@ GOOS=windows GOARCH=amd64 go build -o bin/golisting-win-amd64
GOOS=windows GOARCH=386 go build -o bin/golisting-win-368

GOOS=darwin GOARCH=amd64 go build -o bin/golisting-darwin-amd64
GOOS=darwin GOARCH=386 go build -o bin/golisting-darwin-368
GOOS=darwin GOARCH=arm64 go build -o bin/golisting-darwin-amr64

0 comments on commit 7aa2de9

Please sign in to comment.