We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d90379 commit d1900eaCopy full SHA for d1900ea
1 file changed
.github/workflows/release.yml
@@ -5,6 +5,8 @@ permissions:
5
6
on:
7
push:
8
+ branches:
9
+ - main
10
tags:
11
- v[0-9]+.*
12
@@ -21,10 +23,14 @@ jobs:
21
23
strategy:
22
24
matrix:
25
include:
26
+ - target: aarch64-unknown-linux-musl
27
+ os: ubuntu-latest
28
- target: aarch64-unknown-linux-gnu
29
os: ubuntu-latest
30
- target: aarch64-apple-darwin
31
os: macos-latest
32
+ - target: x86_64-unknown-linux-musl
33
34
- target: x86_64-unknown-linux-gnu
35
36
- target: x86_64-apple-darwin
0 commit comments