Skip to content

Commit

Permalink
chore: 🤖 add binaries for different platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
chaewonkong committed Feb 17, 2024
1 parent cd132da commit b13adba
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ ref:
.PHONY: ref

build:
@GOOS=linux GOARCH=amd64 go build
@GOOS=linux GOARCH=amd64 go build -o build/gitty-intel
@GOARCH=arm64 go build -o build/gitty-darwin
@GOOS=windows GOARCH=amd64 go build -o build/gitty-win
.PHONY: build
Binary file added build/gitty-darwin
Binary file not shown.
Binary file added build/gitty-intel
Binary file not shown.
Binary file added build/gitty-win
Binary file not shown.
Binary file removed gitty
Binary file not shown.

0 comments on commit b13adba

Please sign in to comment.