Skip to content

Commit 7e0afc4

Browse files
committed
important detail - we need buildx support
1 parent 3f6cecc commit 7e0afc4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,9 @@ jobs:
617617
needs.license.result != 'failure'
618618
runs-on: [ ubuntu-latest ]
619619
steps:
620+
- name: Set up QEMU
621+
uses: docker/setup-qemu-action@fcd3152d8ad392d0e9c14d3f0de40f0a88b8ca0e #v3.6.0
622+
620623
- name: Install syft for sbom generation
621624
uses: anchore/sbom-action/download-syft@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # v0.18.0
622625

0 commit comments

Comments
 (0)