Skip to content

Commit f2d2069

Browse files
committed
Install buildx
1 parent a1de95a commit f2d2069

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,9 @@ jobs:
192192
name: bin-${{ matrix.artifact-name }}
193193
path: bin/tracer-home
194194

195+
- name: Set up Docker Buildx
196+
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # tag: v3.12.0
197+
195198
- name: Build artifacts required for the test (no native tests)
196199
run: ./build.cmd --skip RunManagedTests --target ManagedTests --containers ${{ matrix.containers }}
197200

0 commit comments

Comments
 (0)