revert:ci: disable unsupported platforms

This reverts commit f1d43d94a4.
This commit is contained in:
leo 2024-08-13 14:47:59 +08:00
parent c60751de9a
commit 70f2bda097
No known key found for this signature in database
2 changed files with 4 additions and 5 deletions

View file

@ -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:

View file

@ -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