Skip to content

Commit

Permalink
Makefile: Update to match production pattern
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Dec 7, 2024
1 parent 963ebf2 commit 7566cd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7566cd9

Please sign in to comment.