We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59c5e2b commit 54e5d19Copy full SHA for 54e5d19
.github/workflows/serverless-vuln-scan.yml
@@ -101,6 +101,13 @@ jobs:
101
repository: DataDog/datadog-lambda-extension
102
path: go/src/github.com/DataDog/datadog-lambda-extension
103
104
+ - name: Set up QEMU
105
+ id: qemu
106
+ uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
107
+ with:
108
+ image: tonistiigi/binfmt:qemu-v9.2.2-52 #v3.6.0 latest
109
+ platforms: amd64,arm64
110
+
111
- name: Set up Docker Buildx
112
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
113
0 commit comments