mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-05-04 08:59:43 +00:00
remove more kexec code
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
4
Makefile
4
Makefile
@@ -22,9 +22,7 @@ qemu-arm: Dockerfile.qemu.armhf arm
|
||||
docker build -f Dockerfile.qemu.armhf -t mobyarmqemu:build .
|
||||
docker run --rm mobyarmqemu:build
|
||||
|
||||
.PHONY: remora clean
|
||||
remora: Dockerfile.remora remora/do-kexec.sh
|
||||
docker build -f Dockerfile.remora -t justincormack/remora .
|
||||
.PHONY: clean
|
||||
|
||||
clean:
|
||||
$(MAKE) -C alpine clean
|
||||
|
||||
Reference in New Issue
Block a user