oh, also, track Containerfile for building EIF

This commit is contained in:
Ryan Heywood 2025-07-13 02:13:34 -04:00
parent 49e3835d1f
commit 5507029928
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 1 additions and 1 deletions

View File

@ -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 \