mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-07 16:06:04 +00:00
This is less confusing as there is also an output option to set the file. See https://github.com/moby/tool/pull/146 Signed-off-by: Justin Cormack <justin.cormack@docker.com>
11 lines
227 B
Makefile
11 lines
227 B
Makefile
.PHONY: run
|
|
run: ima-namespace-kernel
|
|
../../bin/linuxkit run ima-namespace
|
|
|
|
ima-namespace-kernel: ima-namespace.yml
|
|
../../bin/moby build -format kernel+initrd ima-namespace
|
|
|
|
.PHONY: clean
|
|
clean:
|
|
-rm *-cmdline *-kernel *.img
|