Skip to content

Commit

Permalink
adjust docker build and co.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke committed Oct 22, 2024
1 parent 5e1f849 commit 7614a76
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
Expand Up @@ -3,7 +3,7 @@ DOCKER_IMAGE_NAME ?= jiralert

.PHONY: build
build:
go build -ldflags "-w -s" -a -tags netgo -o jiralert ./cmd/jiralert
go build -ldflags "-w -s -X main.Version=github.com/cloudeteer/jiralert@$$(git rev-parse --short HEAD)" -a -tags netgo -o jiralert ./cmd/jiralert

.Phone: docker-build
docker-build:
Expand Down

0 comments on commit 7614a76

Please sign in to comment.