mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-05 09:00:33 +00:00
Change kernel upload for new tooling
The mobylinux/kernel image now has the bzImage (no longer named vmlinuz64) and a tarball of the files needed for the initrd, ie modules etc. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
2
Makefile
2
Makefile
@@ -103,7 +103,7 @@ ifeq ($(STATUS),)
|
||||
[ -f $(MOBYLINUX_TAG) ]
|
||||
docker tag $(shell cat $(MOBYLINUX_TAG)) $(INITRD_IMAGE)
|
||||
docker push $(INITRD_IMAGE)
|
||||
tar cf - Dockerfile.media -C kernel/x86_64 vmlinuz64 | docker build -f Dockerfile.media -t $(KERNEL_IMAGE) -
|
||||
tar cf - Dockerfile.media -C kernel/x86_64 bzImage kernel.tar | docker build -f Dockerfile.media -t $(KERNEL_IMAGE) -
|
||||
docker push $(KERNEL_IMAGE)
|
||||
else
|
||||
$(error "git not clean")
|
||||
|
||||
Reference in New Issue
Block a user