Fix makefile default task
This commit is contained in:
parent
65a7f0729b
commit
01410028f7
1 changed files with 2 additions and 2 deletions
|
@ -51,11 +51,11 @@ endif
|
|||
|
||||
TEMP_DIR := $(shell mktemp -d)
|
||||
|
||||
all: all-container
|
||||
|
||||
image-info:
|
||||
echo -n '{"image":"$(IMAGE)","tag":"$(TAG)"}'
|
||||
|
||||
all: all-container
|
||||
|
||||
sub-container-%:
|
||||
$(MAKE) ARCH=$* container
|
||||
|
||||
|
|
Loading…
Reference in a new issue