Skip to content

Commit d37e146

Browse files
committed
feat: add x86_64-unknown-linux-gnu target
1 parent 8c07608 commit d37e146

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-linux.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
target: ["x86_64-unknown-linux-musl", "aarch64-unknown-linux-gnu"]
17+
target:
18+
- "x86_64-unknown-linux-musl"
19+
- "x86_64-unknown-linux-gnu"
20+
- "aarch64-unknown-linux-musl"
1821
steps:
1922
- uses: actions/checkout@master
2023

0 commit comments

Comments
 (0)