mirror of
https://github.com/linka-cloud/d2vm.git
synced 2024-11-04 15:56:25 +00:00
Makefile: build: add missing docker image
Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
parent
b7ebeeae45
commit
4ffb202d33
2
Makefile
2
Makefile
@ -84,7 +84,7 @@ release-snapshot: bin
|
|||||||
|
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
build: $(BIN) bin
|
build: $(BIN) bin
|
||||||
@VERSION=$(VERSION) goreleaser build --rm-dist --parallelism 8
|
@VERSION=$(VERSION) IMAGE=$(DOCKER_IMAGE) goreleaser build --rm-dist --parallelism 8
|
||||||
|
|
||||||
.PHONY: release
|
.PHONY: release
|
||||||
release: $(BIN) bin
|
release: $(BIN) bin
|
||||||
|
Loading…
Reference in New Issue
Block a user