Skip to content

Commit

Permalink
Makefile: add goreleaser target
Browse files Browse the repository at this point in the history
  • Loading branch information
navigaid committed Jan 13, 2025
1 parent a24daa7 commit 8b8364a
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 @@ -14,6 +14,9 @@ BAZEL := $(shell ./tools/which_bazel)

default: help

goreleaser:
@ GORELEASER_CURRENT_TAG=v0.0.0 goreleaser release --snapshot --clean --parallelism 1 --timeout 1h

docker-login:
@ docker login -u $(DOCKERHUB_USERNAME) -p $(DOCKERHUB_TOKEN)

Expand Down

0 comments on commit 8b8364a

Please sign in to comment.