Skip to content

Commit

Permalink
change arm
Browse files Browse the repository at this point in the history
  • Loading branch information
ktechmidas committed Oct 21, 2024
1 parent 9ef2ddd commit 183df64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
target: "x86_64-unknown-linux-gnu"
platform: "amd64"
- name: "linux-arm64"
runs-on: ["self-hosted", "Linux", "ARM64"] # Array of tags for ARM64
runs-on: ["self-hosted", "Linux", "ARM64", "ubuntu20.04"] # Array of tags for ARM64
target: "aarch64-unknown-linux-gnu"
platform: "arm64"
- name: "macos-amd64"
Expand Down

0 comments on commit 183df64

Please sign in to comment.