mirror of
https://github.com/davidallendj/configurator.git
synced 2025-12-20 03:27:02 -07:00
Removed plugins rule that have binaries rule
This commit is contained in:
parent
e05bd58ef6
commit
bc6e856179
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -24,11 +24,11 @@ $(prog): $(sources)
|
||||||
go build --tags=all -o $(prog)
|
go build --tags=all -o $(prog)
|
||||||
|
|
||||||
.PHONY: container
|
.PHONY: container
|
||||||
container: binaries plugins
|
container: binaries
|
||||||
$(DOCKER) build . --build-arg --no-cache --pull --tag '$(prog):$(git_tag)-dirty'
|
$(DOCKER) build . --build-arg --no-cache --pull --tag '$(prog):$(git_tag)-dirty'
|
||||||
|
|
||||||
.PHONY: container-testing
|
.PHONY: container-testing
|
||||||
container-testing: binaries plugins
|
container-testing: binaries
|
||||||
$(DOCKER) build . --tag $(prog):testing
|
$(DOCKER) build . --tag $(prog):testing
|
||||||
|
|
||||||
# build all of the generators into plugins
|
# build all of the generators into plugins
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue