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 9ef2ddd commit 183df64Copy full SHA for 183df64
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
target: "x86_64-unknown-linux-gnu"
26
platform: "amd64"
27
- name: "linux-arm64"
28
- runs-on: ["self-hosted", "Linux", "ARM64"] # Array of tags for ARM64
+ runs-on: ["self-hosted", "Linux", "ARM64", "ubuntu20.04"] # Array of tags for ARM64
29
target: "aarch64-unknown-linux-gnu"
30
platform: "arm64"
31
- name: "macos-amd64"
0 commit comments