Skip to content

Commit 70f2bda

Browse files
committed
revert:ci: disable unsupported platforms
This reverts commit f1d43d9.
1 parent c60751d commit 70f2bda

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
- name : Linux
2727
os: ubuntu-20.04
2828
runtime: linux-x64
29-
# - name : Linux (arm64)
30-
# os: ubuntu-20.04
31-
# runtime: linux-arm64
29+
- name : Linux (arm64)
30+
os: ubuntu-20.04
31+
runtime: linux-arm64
3232
name: Build ${{ matrix.name }}
3333
runs-on: ${{ matrix.os }}
3434
steps:

.github/workflows/package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ jobs:
6666
runs-on: ubuntu-latest
6767
strategy:
6868
matrix:
69-
# runtime: [linux-x64, linux-arm64]
70-
runtime: [linux-x64]
69+
runtime: [linux-x64, linux-arm64]
7170
steps:
7271
- name: Checkout sources
7372
uses: actions/checkout@v4

0 commit comments

Comments
 (0)