mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-06 12:29:47 +00:00
Fix kernel show-tags output
Signed-off-by: Chris Irrgang <chris.irrgang@gmx.de>
This commit is contained in:
committed by
Avi Deitcher
parent
07231ef799
commit
c5d422c9d7
@@ -157,7 +157,7 @@ pushdebugkernel-%: builddebugkernel-%
|
||||
linuxkit cache push $(HASHED_IMAGE) --remote-name $(PLAIN_IMAGE)
|
||||
|
||||
show-tag-%:
|
||||
@echo $(eval BASEIMAGE=$(call baseimage,$*))-$(HASHTAG)
|
||||
@echo $(call baseimage,$*)-$(HASHTAG)
|
||||
|
||||
buildtools-%: $(addprefix buildtool-%$(RELEASESEP),$(TOOLS));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user