fix: use -m for tar to avoid make cache invalidation

This commit is contained in:
Lance R. Vick 2024-09-23 03:40:06 -07:00
parent fd54b9672b
commit 20be76c336
No known key found for this signature in database
GPG key ID: 8E47A1EC35A1551D

View file

@ -123,7 +123,7 @@ define build
$(CHECK_FLAG) \
-f packages/$(NAME)/Containerfile \
packages/$(NAME) \
| tar -C out/$(NAME) -x \
| tar -C out/$(NAME) -mx \
) \
)
$(eval TIMESTAMP := $(shell TZ=GMT date +"%Y-%m-%dT%H:%M:%SZ"))