mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
Merge pull request #3436 from Ptitpote/kconfig-tag-patch
Add the possibility to tag linuxkit/kconfig with a custom tag
This commit is contained in:
commit
4092a10063
@ -271,6 +271,12 @@ endif
|
|||||||
|
|
||||||
# Target for kernel config
|
# Target for kernel config
|
||||||
kconfig:
|
kconfig:
|
||||||
|
ifeq (${KCONFIG_TAG},)
|
||||||
docker build --no-cache -f Dockerfile.kconfig \
|
docker build --no-cache -f Dockerfile.kconfig \
|
||||||
--build-arg KERNEL_VERSIONS="$(KERNEL_VERSIONS)" \
|
--build-arg KERNEL_VERSIONS="$(KERNEL_VERSIONS)" \
|
||||||
-t linuxkit/kconfig .
|
-t linuxkit/kconfig .
|
||||||
|
else
|
||||||
|
docker build --no-cache -f Dockerfile.kconfig \
|
||||||
|
--build-arg KERNEL_VERSIONS="$(KERNEL_VERSIONS)" \
|
||||||
|
-t linuxkit/kconfig:${KCONFIG_TAG} .
|
||||||
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user