Upgrade images to Fedora 37

This commit is contained in:
Malte Poll 2022-11-17 12:12:00 +01:00 committed by Malte Poll
parent 56dccb77b4
commit 239b9f6c26
5 changed files with 42 additions and 42 deletions

View file

@ -14,9 +14,9 @@ certs := $(PKI)/PK.cer $(PKI)/KEK.cer $(PKI)/db.cer
all: $(csps)
$(csps): %: mkosi.output.%/fedora~36/image.raw
$(csps): %: mkosi.output.%/fedora~37/image.raw
mkosi.output.%/fedora~36/image.raw: mkosi.files/mkosi.%.conf inject-bins inject-certs
mkosi.output.%/fedora~37/image.raw: mkosi.files/mkosi.%.conf inject-bins inject-certs
mkosi --config mkosi.files/mkosi.$*.conf --image-version=$(IMAGE_VERSION) build
secure-boot/signed-shim.sh $@
@if [ -n $(SUDO_UID) ] && [ -n $(SUDO_GID) ]; then \