mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-05-03 01:23:04 +00:00
remove broken arm functionality - will rework
Signed-off-by: Justin Cormack <justin@specialbusservice.com>
This commit is contained in:
committed by
Justin Cormack
parent
53d44fb548
commit
4a4e755c91
8
Makefile
8
Makefile
@@ -12,14 +12,6 @@ qemu-iso: all
|
||||
docker build -f Dockerfile.qemuiso -t mobyqemuiso:build .
|
||||
docker run -it --rm mobyqemuiso:build
|
||||
|
||||
arm:
|
||||
$(MAKE) -C alpine/kernel arm
|
||||
$(MAKE) -C alpine arm
|
||||
|
||||
qemu-arm: Dockerfile.qemu.armhf arm
|
||||
docker build -f Dockerfile.qemu.armhf -t mobyarmqemu:build .
|
||||
docker run -it --rm mobyarmqemu:build
|
||||
|
||||
test: Dockerfile.test all
|
||||
tar cf - Dockerfile.test alpine/initrd.img.gz alpine/kernel/x86_64/vmlinuz64 | \
|
||||
docker build -f Dockerfile.test -t mobytest:build -
|
||||
|
||||
Reference in New Issue
Block a user