Use custom Azure 5.4 CVM kernel with Wireguard patched in

This commit is contained in:
Nils Hanke 2022-12-22 13:41:03 +01:00
parent 59d3d79ab5
commit bebd4440c6

View File

@ -25,12 +25,12 @@ $(csps): %: mkosi.output.%/fedora~37/image.raw
prebuilt/azure/rpms/%.rpm:
@echo "Downloading $*"
@mkdir -p $(@D)
@curl -sL -o $@ https://cdn.confidential.cloud/constellation/testing/kernel/3/$*.rpm
@curl -sL -o $@ "https://cdn.confidential.cloud/constellation/testing/kernel/4/$*.rpm"
prebuilt/gcp/rpms/%.rpm:
@echo "Downloading $*"
@mkdir -p $(@D)
@curl -sL -o $@ https://kojipkgs.fedoraproject.org/packages/kernel/5.19.17/300.fc37/x86_64/$*.rpm
@curl -sL -o $@ "https://kojipkgs.fedoraproject.org/packages/kernel/5.19.17/300.fc37/x86_64/$*.rpm"
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