Skip to content

Commit

Permalink
Update runtime_release_linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikey authored May 13, 2024
1 parent f3ed4e5 commit 57352c0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/runtime_release_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
target: x86_64-unknown-linux-gnu
arch: x86_64
cross: false
# - build: linux_arm64
# os: linux-latest
# runson: macos-14
# rust: stable
# target: aarch64-unknown-linux-gnu
# arch: aarch64
# cross: true
- build: linux_arm64
os: linux-latest
runson: ubuntu-latest
rust: stable
target: aarch64-unknown-linux-gnu
arch: aarch64
cross: true
runs-on: ${{ matrix.runson }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 57352c0

Please sign in to comment.