We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28348f6 commit e64d9caCopy full SHA for e64d9ca
.github/workflows/release-serverless-init.yml
@@ -54,7 +54,11 @@ jobs:
54
path: datadog-agent
55
56
- name: Set up QEMU
57
- uses: docker/setup-qemu-action@v3
+ 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
62
63
- name: Set up Docker Buildx
64
uses: docker/setup-buildx-action@v3
0 commit comments