From 9c01e2b1289d6410552f90627940443f0f3dc042 Mon Sep 17 00:00:00 2001 From: Magnus Kulke Date: Mon, 17 Jun 2024 10:01:02 +0200 Subject: [PATCH] ci: fix azure image build new guest-components feature toggles use hyphens, not underscores Signed-off-by: Magnus Kulke --- .github/workflows/azure-podvm-image-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-podvm-image-build.yml b/.github/workflows/azure-podvm-image-build.yml index 48a714676..4cc94beef 100644 --- a/.github/workflows/azure-podvm-image-build.yml +++ b/.github/workflows/azure-podvm-image-build.yml @@ -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