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 036219c commit df8a6cfCopy full SHA for df8a6cf
.github/workflows/build-verify.yml
@@ -17,8 +17,8 @@ on:
17
default: 'ubuntu-22.04'
18
options:
19
- 'ubuntu-22.04'
20
+ - 'ubuntu-22.04-arm'
21
- 'macos-latest'
- - 'debian-arm64-latest'
22
build-for:
23
type: choice
24
description: 'The target to build for'
.github/workflows/release.yml
@@ -65,7 +65,7 @@ jobs:
65
- target: linux-x86_64
66
os: ubuntu-22.04
67
- target: linux-arm64
68
- os: debian-arm64-latest
+ os: ubuntu-22.04-arm
69
- target: macos
70
os: macos-latest
71
- target: android
0 commit comments