We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c60751d commit 70f2bdaCopy full SHA for 70f2bda
.github/workflows/ci.yml
@@ -26,9 +26,9 @@ jobs:
26
- name : Linux
27
os: ubuntu-20.04
28
runtime: linux-x64
29
- # - name : Linux (arm64)
30
- # os: ubuntu-20.04
31
- # runtime: linux-arm64
+ - name : Linux (arm64)
+ os: ubuntu-20.04
+ runtime: linux-arm64
32
name: Build ${{ matrix.name }}
33
runs-on: ${{ matrix.os }}
34
steps:
.github/workflows/package.yml
@@ -66,8 +66,7 @@ jobs:
66
runs-on: ubuntu-latest
67
strategy:
68
matrix:
69
- # runtime: [linux-x64, linux-arm64]
70
- runtime: [linux-x64]
+ runtime: [linux-x64, linux-arm64]
71
72
- name: Checkout sources
73
uses: actions/checkout@v4
0 commit comments