We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1de95a commit f2d2069Copy full SHA for f2d2069
.github/workflows/ci.yml
@@ -192,6 +192,9 @@ jobs:
192
name: bin-${{ matrix.artifact-name }}
193
path: bin/tracer-home
194
195
+ - name: Set up Docker Buildx
196
+ uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # tag: v3.12.0
197
+
198
- name: Build artifacts required for the test (no native tests)
199
run: ./build.cmd --skip RunManagedTests --target ManagedTests --containers ${{ matrix.containers }}
200
0 commit comments