mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
Change to tar output
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
This commit is contained in:
parent
d020a54aa7
commit
039e4f6f60
2
Makefile
2
Makefile
@ -20,7 +20,7 @@ lint:
|
|||||||
|
|
||||||
test: moby
|
test: moby
|
||||||
./moby build test/test.yml
|
./moby build test/test.yml
|
||||||
rm moby test.iso test-cmdline test-efi.iso test-initrd.img test-kernel
|
rm moby test.tar
|
||||||
|
|
||||||
PHONY: install
|
PHONY: install
|
||||||
install: moby
|
install: moby
|
||||||
|
@ -57,6 +57,4 @@ trust:
|
|||||||
- linuxkit/binfmt
|
- linuxkit/binfmt
|
||||||
- linuxkit/rngd
|
- linuxkit/rngd
|
||||||
outputs:
|
outputs:
|
||||||
- format: kernel+initrd
|
- format: tar
|
||||||
- format: iso-bios
|
|
||||||
- format: iso-efi
|
|
||||||
|
Loading…
Reference in New Issue
Block a user