Skip to content

Commit 183df64

Browse files
committed
change arm
1 parent 9ef2ddd commit 183df64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
target: "x86_64-unknown-linux-gnu"
2626
platform: "amd64"
2727
- name: "linux-arm64"
28-
runs-on: ["self-hosted", "Linux", "ARM64"] # Array of tags for ARM64
28+
runs-on: ["self-hosted", "Linux", "ARM64", "ubuntu20.04"] # Array of tags for ARM64
2929
target: "aarch64-unknown-linux-gnu"
3030
platform: "arm64"
3131
- name: "macos-amd64"

0 commit comments

Comments
 (0)