Skip to content

Commit

Permalink
chore(Makefile): Add release target (using goreleaser)
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Jan 18, 2023
1 parent 7782003 commit 97cbb52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
AWS_ACCESS_KEY_ID ?=
AWS_SECRET_ACCESS_KEY ?=

release:
goreleaser
rm -rf ./dist

build-linux-amd64:
GOOS=linux GOARCH=amd64 go build -o tergum-linux-amd64

Expand Down

0 comments on commit 97cbb52

Please sign in to comment.