We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 100d804 commit da10194Copy full SHA for da10194
.github/workflows/build-debian-multiarch.yml
@@ -68,7 +68,7 @@ jobs:
68
- uses: actions/checkout@v4.2.2
69
70
- name: Build sources and run tests
71
- uses: uraimo/run-on-arch-action@v2.8.1
+ uses: uraimo/run-on-arch-action@v3.0.0
72
id: build
73
with:
74
arch: ${{ matrix.base_image && 'none' || matrix.arch }}
@@ -134,7 +134,7 @@ jobs:
134
done
135
136
- name: Test armv7 wheel on armv6
137
138
139
arch: armv6
140
distro: bookworm
0 commit comments