We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dfd37d commit b71798cCopy full SHA for b71798c
.github/workflows/release.yml
@@ -64,13 +64,17 @@ jobs:
64
strategy:
65
matrix:
66
include:
67
- # Linux
+ # Linux (x64)
68
- os: ubuntu-22.04
69
rid: linux-x64
70
ext: ""
71
72
rid: linux-musl-x64
73
74
+ # Linux (arm64 on ARM runner!)
75
+ - os: ubuntu-arm64
76
+ rid: linux-arm64
77
+ ext: ""
78
# macOS
79
- os: macos-14
80
rid: osx-x64
@@ -85,9 +89,6 @@ jobs:
85
89
- os: windows-2022
86
90
rid: win-x86
87
91
ext: ".exe"
88
- - os: windows-2022
- rid: win-arm64
- ext: ".exe"
92
93
steps:
94
- name: 📦 Checkout
0 commit comments