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