Skip to content

Commit

Permalink
chore: update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasbhat0 committed Aug 21, 2024
1 parent 15344c4 commit a637edc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ docker-build:
ghcr.io/goreleaser/goreleaser:$(GORELEASER_VERSION) \
--clean \
--snapshot \
--skip=$(GORELEASER_SKIP_VALIDATE)
--skip-validate=$(GORELEASER_SKIP_VALIDATE) \
--skip-publish=$(GORELEASER_SKIP_PUBLISH)

docker-build-cross:
@docker run \
Expand Down

0 comments on commit a637edc

Please sign in to comment.