Skip to content

Commit

Permalink
Incorporate full multi-arch images
Browse files Browse the repository at this point in the history
  • Loading branch information
Stringy committed Aug 31, 2023
1 parent 45ec97d commit 61c1dd4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cpaas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61c1dd4

Please sign in to comment.