mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-22 16:00:05 -05:00
image: add aws_aws-sev-snp variant
This needs no changes to the existing AWS image. The images have worked without modification so far.
This commit is contained in:
parent
8a51ae1ec3
commit
0c13f3ed8d
6
.github/workflows/build-os-image.yml
vendored
6
.github/workflows/build-os-image.yml
vendored
@ -263,6 +263,8 @@ jobs:
|
||||
include:
|
||||
- csp: aws
|
||||
attestation_variant: aws-nitro-tpm
|
||||
- csp: aws
|
||||
attestation_variant: aws-sev-snp
|
||||
- csp: azure
|
||||
attestation_variant: azure-sev-snp
|
||||
- csp: gcp
|
||||
@ -384,6 +386,8 @@ jobs:
|
||||
include:
|
||||
- csp: aws
|
||||
attestation_variant: aws-nitro-tpm
|
||||
- csp: aws
|
||||
attestation_variant: aws-sev-snp
|
||||
- csp: azure
|
||||
attestation_variant: azure-sev-snp
|
||||
- csp: gcp
|
||||
@ -545,6 +549,8 @@ jobs:
|
||||
include:
|
||||
- csp: aws
|
||||
attestation_variant: aws-nitro-tpm
|
||||
- csp: aws
|
||||
attestation_variant: aws-sev-snp
|
||||
- csp: azure
|
||||
attestation_variant: azure-sev-snp
|
||||
- csp: gcp
|
||||
|
@ -19,7 +19,7 @@ export INSTALL_DEBUGD ?= $(DEBUG)
|
||||
export CONSOLE_MOTD = $(AUTOLOGIN)
|
||||
-include $(CURDIR)/config.mk
|
||||
csps := aws azure gcp openstack qemu
|
||||
variants := aws_aws-nitro-tpm azure_azure-sev-snp gcp_gcp-sev-es gcp_gcp-sev-snp openstack_qemu-vtpm qemu_qemu-vtpm
|
||||
variants := aws_aws-sev-snp aws_aws-nitro-tpm azure_azure-sev-snp gcp_gcp-sev-es gcp_gcp-sev-snp openstack_qemu-vtpm qemu_qemu-vtpm
|
||||
certs := $(PKI)/PK.cer $(PKI)/KEK.cer $(PKI)/db.cer
|
||||
|
||||
SYSTEMD_FIXED_RPMS := systemd-251.11-2.fc37.x86_64.rpm systemd-libs-251.11-2.fc37.x86_64.rpm systemd-networkd-251.11-2.fc37.x86_64.rpm systemd-pam-251.11-2.fc37.x86_64.rpm systemd-resolved-251.11-2.fc37.x86_64.rpm systemd-udev-251.11-2.fc37.x86_64.rpm
|
||||
|
Loading…
x
Reference in New Issue
Block a user