From 20a9e15d900d188527ce9c8060856f3dc72ab621 Mon Sep 17 00:00:00 2001 From: Kai Lueke Date: Wed, 10 Apr 2024 20:37:42 +0900 Subject: [PATCH] .github: Add flatcar_production_qemu.sh to generic image zip When downloading the generic image to run a test it would be nice to have the qemu script in the zip bundle. --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cf01f76c4b..e39f77fd47 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -265,6 +265,7 @@ jobs: scripts/artifacts/images/flatcar_production_image*.json scripts/artifacts/images/flatcar_production_image_pcr_policy.zip scripts/artifacts/images/flatcar_production_*_efi_*.fd + scripts/artifacts/images/flatcar_production_qemu.sh - name: Upload developer container uses: actions/upload-artifact@v3