From 61c1dd41752917db75cc66eac4776c7944301212 Mon Sep 17 00:00:00 2001 From: Giles Hutton Date: Thu, 31 Aug 2023 12:24:18 +0100 Subject: [PATCH] Incorporate full multi-arch images --- .github/workflows/cpaas.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cpaas.yml b/.github/workflows/cpaas.yml index edff185e9d..53821349bf 100644 --- a/.github/workflows/cpaas.yml +++ b/.github/workflows/cpaas.yml @@ -76,10 +76,11 @@ jobs: uses: ./.github/workflows/collector-full.yml with: collector-tag: ${{ needs.init.outputs.collector-tag }}-cpaas - drivers-bucket: ${{ needs.init.outputs.cpaas-drivers-bucket }}/x86_64 + drivers-bucket: ${{ needs.init.outputs.cpaas-drivers-bucket }} skip-built-drivers: true build-full-image: true - max-layer-depth: "1" + use-optional-bucket: true + optional-drivers-bucket: ${{ needs.init.outputs.cpaas-drivers-bucket }} secrets: inherit needs: - init