Skip to content

Commit

Permalink
ci: fix azure image build
Browse files Browse the repository at this point in the history
new guest-components feature toggles use hyphens, not underscores

Signed-off-by: Magnus Kulke <magnuskulke@microsoft.com>
  • Loading branch information
mkulke authored and kartikjoshi21 committed Jun 21, 2024
1 parent 169d4fd commit e1712af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azure-podvm-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:

- name: Build binaries
run: make binaries \
ATTESTER="az_snp_vtpm_attester,az_tdx_vtpm_attester" \
ATTESTER="az-snp-vtpm-attester,az-tdx-vtpm-attester" \
LIBC=gnu

- uses: azure/login@v1
Expand Down

0 comments on commit e1712af

Please sign in to comment.