Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
add -snapshot
  • Loading branch information
timofey-kurakin-m10 authored Dec 18, 2023
1 parent 79dfd15 commit f24e54f
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 @@ -39,7 +39,7 @@ release:
-e DOCKER_REGISTRY \
-v /var/run/docker.sock:/var/run/docker.sock \
goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \
release --rm-dist --skip-validate --timeout=1h
release --snapshot --rm-dist --skip-validate --timeout=1h

.PHONY: clean
clean:
Expand Down

0 comments on commit f24e54f

Please sign in to comment.