NOCACHE support for make

This commit is contained in:
Lance Vick 2024-01-29 16:03:01 -08:00
parent 0b89c0ef11
commit f4350e4cfe
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ define build
--output type=oci,force-compression=true,name=$(NAME),annotation.org.opencontainers.image.revision=$(REVISION),annotation.org.opencontainers.image.version=$(VERSION),dest=- \
--target $(TARGET) \
$(EXTRA_ARGS) \
$(NOCACHE_FLAG) \
src/$(CATEGORY)/$(NAME) \
| gzip > $@; \
gunzip -c $@ | docker load; \