Skip to content

Commit

Permalink
build linux amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
ariary committed Oct 10, 2023
1 parent 1d7a608 commit 1772905
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
Expand Up @@ -7,6 +7,9 @@ build.tacos:
build.tacos.static:
@echo "build in ${PWD}";CGO_ENABLED=0 go build cmd/tacos/tacos.go

build.tacos.linux.amd64:
@echo "build in ${PWD}";GOOS=linux GOARCH=amd64 go build cmd/tacos/tacos.go

build.tacos.32bit:
@echo "build in ${PWD}";GOARCH=386 go build cmd/tacos/tacos.go

Expand Down

0 comments on commit 1772905

Please sign in to comment.