Skip to content

Commit 1681bb2

Browse files
committed
chore(ci): upgrade uraimo/run-on-arch-action to v3.0.1
Commit uraimo/run-on-arch-action@fe536a5 is required to get rid of the following error in CI: WARNING: The requested image's platform (linux/arm64) does not match the detected host platform (linux/amd64/v3) and no specific platform was requested.
1 parent 877b8e5 commit 1681bb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
188188
- name: Check wheel (cross-manylinux)
189189
if: matrix.platform.target != 'x86_64' && startsWith(matrix.platform.manylinux, 'manylinux')
190-
uses: uraimo/run-on-arch-action@v3
190+
uses: uraimo/run-on-arch-action@v3.0.1
191191
with:
192192
arch: ${{ matrix.platform.target }}
193193
distro: ubuntu22.04
@@ -218,7 +218,7 @@ jobs:
218218
219219
- name: Check wheel (cross-musllinux)
220220
if: matrix.platform.target != 'x86_64' && startsWith(matrix.platform.manylinux, 'musllinux')
221-
uses: uraimo/run-on-arch-action@v3
221+
uses: uraimo/run-on-arch-action@v3.0.1
222222
with:
223223
arch: ${{ matrix.platform.target }}
224224
distro: alpine_latest

0 commit comments

Comments
 (0)