From 57352c0065f515d91266960172b00ea237b0a7ac Mon Sep 17 00:00:00 2001 From: Derek Anderson Date: Mon, 13 May 2024 13:19:09 -0500 Subject: [PATCH] Update runtime_release_linux.yml --- .github/workflows/runtime_release_linux.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/runtime_release_linux.yml b/.github/workflows/runtime_release_linux.yml index 7bd150f..65a4166 100644 --- a/.github/workflows/runtime_release_linux.yml +++ b/.github/workflows/runtime_release_linux.yml @@ -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