Skip to content

Commit

Permalink
chore(Makefile): Add target "build-linux-amd64"
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Jan 11, 2023
1 parent 0eba7e5 commit b76f0a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
AWS_ACCESS_KEY_ID ?=
AWS_SECRET_ACCESS_KEY ?=

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

dev-test-all-implementation1: dev-test-local-implementation1 dev-test-aws-implementation1

dev-test-local-implementation1:
Expand Down

0 comments on commit b76f0a1

Please sign in to comment.