We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb1d425 commit 8287107Copy full SHA for 8287107
3 files changed
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
matrix:
33
include:
34
# compiling for arm32 needs a self-hosted runner on Raspi OS (32-bit)
35
- - os: self-hosted
+ - os: [self-hosted, linux, ARM]
36
os_prefix: linux
37
arch: arm
38
- os: ubuntu-latest
.github/workflows/pull_request.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
21
22
23
.github/workflows/release.yml
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
64
65
0 commit comments