Skip to content

Commit bdf2687

Browse files
committed
Add missing docker setups
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
1 parent 04aae92 commit bdf2687

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- uses: "actions/checkout@v4"
2020
- uses: "sigstore/cosign-installer@v3"
2121
- uses: "anchore/sbom-action/download-syft@v0"
22+
- uses: "docker/setup-qemu-action@v3"
23+
- uses: "docker/setup-buildx-action@v3"
2224
- uses: "actions/setup-go@v5"
2325
with:
2426
go-version: "1.25"

0 commit comments

Comments
 (0)