From 385ed8de8f9a165a01f08c7c781e81afd52a7a10 Mon Sep 17 00:00:00 2001 From: Junjie Gao Date: Fri, 29 Mar 2024 17:18:04 +0800 Subject: [PATCH] fix: update relase Signed-off-by: Junjie Gao --- .github/workflows/release.yml | 17 +++++++++++++++-- scripts/build.py | 1 - 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aac7b94..16a84ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,8 +25,8 @@ jobs: build_args: --enable-aot os: ubuntu-latest - runtime: linux-arm64 - build_args: "" - os: ubuntu-latest + build_args: --enable-aot + os: ubuntu-22.04 - runtime: win-x64 build_args: --enable-aot os: windows-2022 @@ -41,6 +41,19 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: '8.0.x' + - name: Setup ARM Emulator + if: matrix.config.runtime == 'linux-arm64' + run: | + sudo dpkg --add-architecture arm64 + sudo bash -c 'cat > /etc/apt/sources.list.d/arm64.list <