Skip to content

Commit

Permalink
Update gorelease command and remove deprecated flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Oct 27, 2024
1 parent afd5db9 commit 79f94d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ pack-bin: build-frontend $(BIN) $(STUFFBIN)
# Use goreleaser to do a dry run producing local builds.
.PHONY: release-dry
release-dry:
goreleaser --parallelism 1 --rm-dist --snapshot --skip-validate --skip-publish
goreleaser release --parallelism 1 --clean --snapshot --skip=publish

# Use goreleaser to build production releases and publish them.
.PHONY: release
release:
goreleaser --parallelism 1 --rm-dist --skip-validate
goreleaser release --parallelism 1 --clean

# Build local docker images for development.
.PHONY: build-dev-docker
Expand Down

0 comments on commit 79f94d3

Please # to comment.