oh, also, track Containerfile for building EIF
This commit is contained in:
parent
49e3835d1f
commit
5507029928
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
||||||
.PHONY: default
|
.PHONY: default
|
||||||
default: out/nitro.eif
|
default: out/nitro.eif
|
||||||
|
|
||||||
out/nitro.eif: Cargo.lock Cargo.toml $(shell git ls-files crates)
|
out/nitro.eif: Cargo.lock Cargo.toml Containerfile $(shell git ls-files crates)
|
||||||
docker build \
|
docker build \
|
||||||
--progress=plain \
|
--progress=plain \
|
||||||
--output type=local,rewrite-timestamp=true,dest=out \
|
--output type=local,rewrite-timestamp=true,dest=out \
|
||||||
|
|
Loading…
Reference in New Issue