mirror of
https://github.com/linka-cloud/d2vm.git
synced 2024-11-25 09:06:24 +00:00
Makefile: fix build and release
Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
parent
badaedc443
commit
e5dcf8defb
4
Makefile
4
Makefile
@ -91,11 +91,11 @@ release-snapshot: bin
|
||||
@VERSION=$(VERSION) IMAGE=$(DOCKER_IMAGE) goreleaser release --snapshot --rm-dist --skip-announce --skip-publish --parallelism 8
|
||||
|
||||
.PHONY: build
|
||||
build: $(BIN) bin
|
||||
build: bin
|
||||
@VERSION=$(VERSION) IMAGE=$(DOCKER_IMAGE) goreleaser build --rm-dist --parallelism 8
|
||||
|
||||
.PHONY: release
|
||||
release: $(BIN) bin
|
||||
release: bin
|
||||
@VERSION=$(VERSION) IMAGE=$(DOCKER_IMAGE) goreleaser release --rm-dist --parallelism 8
|
||||
|
||||
.PHONY: examples
|
||||
|
Loading…
Reference in New Issue
Block a user