From 122bc3287b973154d64e23ec7187e659fc91c8c8 Mon Sep 17 00:00:00 2001 From: Hanchin Hsieh Date: Fri, 17 Jan 2025 21:36:19 +0800 Subject: [PATCH] feat(ci/release): use ubuntu-24.04-arm on aarch64 (#1101) Signed-off-by: Hanchin Hsieh --- .github/workflows/release.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7e7f87d..4e05d7f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -52,7 +52,7 @@ jobs: matrix: feature: [lua51, luajit] config: - - os: ubuntu-latest + - os: ubuntu-24.04-arm os_name: linux arch: aarch64 rust_target: aarch64-unknown-linux-gnu @@ -85,14 +85,6 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4 - - # Step 1: Set up QEMU for multi-architecture support - - name: Set up QEMU - if: ${{ matrix.config.docker_platform == 'linux/aarch64' }} - uses: docker/setup-qemu-action@v2 - with: - platforms: all - - uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # ratchet:Swatinem/rust-cache@v2 if: ${{ matrix.config.container == null }} - uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a # ratchet:dtolnay/rust-toolchain@master