Skip to content

Commit b50f9da

Browse files
authored
Use QEMU action to fix builds (#581)
* pin to last working version * try updating ubuntu * update qemu * pin hash
1 parent 86ab436 commit b50f9da

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release-serverless-init.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,7 @@ jobs:
5454
path: datadog-agent
5555

5656
- name: Set up QEMU
57-
id: qemu
58-
uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4.0
59-
with:
60-
image: tonistiigi/binfmt:qemu-v7.0.0-28
61-
platforms: amd64,arm64
57+
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 #v3.6.0
6258

6359
- name: Set up Docker Buildx
6460
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)