Skip to content

Commit

Permalink
ci: build the az tdx attester module in az podvm
Browse files Browse the repository at this point in the history
Only the SEV-SNP attester module was included in the build so far, this
sets the az-tdx-vtpm feature on the attestation-agent build.

Signed-off-by: Magnus Kulke <magnuskulke@microsoft.com>
  • Loading branch information
mkulke authored and surajssd committed Apr 2, 2024
1 parent 6063583 commit 9511a68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/azure-podvm-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,9 @@ jobs:
rm -r "${GOPATH}/bin/yq"
- name: Build binaries
run: make binaries LIBC=gnu AA_KBC=cc_kbc_az_snp_vtpm
run: make binaries \
AA_KBC="cc_kbc_az_snp_vtpm,cc_kbc_az_tdx_vtpm" \
LIBC=gnu

- uses: azure/login@v1
name: 'Az CLI login'
Expand Down

0 comments on commit 9511a68

Please sign in to comment.