Skip to content

Commit

Permalink
Makefile: add "build-linux" target to built "apitest-linux" for linux…
Browse files Browse the repository at this point in the history
…/amd64
  • Loading branch information
martinrode committed Jul 30, 2021
1 parent 04d93f2 commit 25bd527
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ vendor
.\#*
\#*#
/apitest
/apitest-linux
/apitest.yml
/website/public
/public
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@ ci: deps
build: deps
go build

build-linux: deps
GOOS=linux GOARCH=amd64 go build -o apitest-linux

.PHONY: all test apitest webtest gox build clean

0 comments on commit 25bd527

Please sign in to comment.