mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 07:25:51 -04:00
Use custom Azure 5.4 CVM kernel with Wireguard patched in
This commit is contained in:
parent
59d3d79ab5
commit
bebd4440c6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user