We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e2f85a + 3f31103 commit 0a9a1bdCopy full SHA for 0a9a1bd
.github/workflows/build.yml
@@ -32,9 +32,9 @@ jobs:
32
- name: amd64
33
runner: ubuntu-latest
34
- name: arm32v7
35
- runner: ubuntu-latest
+ runner: ubuntu-24.04-arm
36
- name: arm64v8
37
38
with:
39
RUNNER: ${{ matrix.platform.runner }}
40
ARTIFACTS_PATTERN: '.*\.(deb)$'
@@ -73,9 +73,9 @@ jobs:
73
74
75
76
77
78
79
release:
80
- release
81
- unstable
0 commit comments