From 7566cd94176ccab6ecab97aae4592a77021542a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Fri, 6 Dec 2024 19:35:52 -0500 Subject: [PATCH] Makefile: Update to match production pattern MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index fc709c2..17bf7ce 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,7 @@ build: sudo rm -Rf mkosi.output/base* mkosi.output/debug* mkosi.output/incus* sudo -E $(shell command -v mkosi) --cache-dir .cache/ build sudo chown $(shell id -u):$(shell id -g) mkosi.output + rename -E "s/usr-x86-64-verity-sig\..*/usr-x86-64-verity-sig.raw.gz/g" -E "s/usr-x86-64-verity\..*/usr-x86-64-verity.raw.gz/g" -E "s/usr-x86-64\..*/usr-x86-64.raw.gz/g" -- mkosi.output/* .PHONY: test test: