Skip to content

Commit

Permalink
fix docker-build
Browse files Browse the repository at this point in the history
  • Loading branch information
dreadl0ck committed Sep 14, 2020
1 parent 31c76d1 commit 25c9b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TAG ?= latest

docker-build:
GOARCH=amd64 GOOS=linux CGO_ENABLED=0 go build -o docker/petze petze.go -ldflags "-X main.Version=$TAG"
GOARCH=amd64 GOOS=linux CGO_ENABLED=0 go build -ldflags "-X main.Version=$(TAG)" -o docker/petze petze.go
docker build -t foomo/petze:$(TAG) docker
rm -vf docker/petze

Expand Down

0 comments on commit 25c9b1b

Please sign in to comment.