Skip to content

Commit 8953330

Browse files
committed
Restore the buildx action
1 parent b6003b3 commit 8953330

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci-build-release-wheels.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
- name: Set up QEMU
5858
uses: docker/setup-qemu-action@v2
5959

60+
- uses: docker/setup-buildx-action@v2
61+
6062
- name: Build Manylinux Docker image
6163
uses: docker/build-push-action@v3
6264
with:

.github/workflows/ci-pr-validation.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ jobs:
126126
- name: Set up QEMU
127127
uses: docker/setup-qemu-action@v2
128128

129+
- uses: docker/setup-buildx-action@v2
130+
129131
- name: Build Manylinux Docker image
130132
uses: docker/build-push-action@v3
131133
with:

0 commit comments

Comments
 (0)