We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ccd22e commit 71b5896Copy full SHA for 71b5896
.github/workflows/publish.yml
@@ -27,12 +27,24 @@ jobs:
27
- os: ubuntu-latest
28
target: linux-musl-x64
29
id: linux-alpine-amd64
30
+ - os: ubuntu-24.04-arm
31
+ target: linux-arm64
32
+ id: linux-arm64
33
34
+ target: linux-arm
35
+ id: linux-arm
36
37
+ target: linux-musl-arm64
38
+ id: linux-alpine-arm64
39
- os: windows-latest
40
target: win-x64
41
id: windows-amd64
42
43
target: win-x86
44
id: windows-x86
45
+ - os: windows-latest
46
+ target: win-arm64
47
+ id: windows-arm64
48
49
steps:
50
- uses: actions/checkout@v4
0 commit comments