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.
2 parents 0bd23aa + 4c8e536 commit c0f0c74Copy full SHA for c0f0c74
.github/workflows/build-debian-multiarch.yml
@@ -49,7 +49,7 @@ env:
49
jobs:
50
build-multiarch:
51
name: Debian (Bookworm - 12) [${{ matrix.arch }}]
52
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-22.04
53
54
strategy:
55
fail-fast: false # if a particular matrix build fails, don't skip the rest
@@ -118,7 +118,7 @@ jobs:
118
test-armv7-on-armv6:
119
needs: build-multiarch
120
name: Debian (Bookworm - 12) [build - armv7, test - armv6]
121
122
steps:
123
- name: Download all multiarch artifacts
124
uses: actions/download-artifact@v4
0 commit comments