mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-14 03:48:03 +00:00
Add a (non modular) upstream kernel build, for pinata alpha and general testing
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
8
kernel/Makefile
Normal file
8
kernel/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
all: vmlinuz64
|
||||
|
||||
vmlinuz64:
|
||||
docker build -t mobykernel:test .
|
||||
docker run -i mobykernel:test cat /linux/arch/x86_64/boot/bzImage > vmlinuz64
|
||||
|
||||
clean:
|
||||
rm vmlinuz64
|
||||
Reference in New Issue
Block a user