From 70f2bda0973ebd992397898bf277aef73f8fe19c Mon Sep 17 00:00:00 2001 From: leo Date: Tue, 13 Aug 2024 14:47:59 +0800 Subject: [PATCH] revert:ci: disable unsupported platforms This reverts commit f1d43d94a4368fb26a0cdbdde0bd00986dc04902. --- .github/workflows/ci.yml | 6 +++--- .github/workflows/package.yml | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40dd41b4..87d460c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,9 +26,9 @@ jobs: - name : Linux os: ubuntu-20.04 runtime: linux-x64 - # - name : Linux (arm64) - # os: ubuntu-20.04 - # runtime: linux-arm64 + - name : Linux (arm64) + os: ubuntu-20.04 + runtime: linux-arm64 name: Build ${{ matrix.name }} runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index a3063813..404c909e 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -66,8 +66,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - # runtime: [linux-x64, linux-arm64] - runtime: [linux-x64] + runtime: [linux-x64, linux-arm64] steps: - name: Checkout sources uses: actions/checkout@v4