Skip to content

Commit 5273251

Browse files
ci: build musl targets for cargo-codspeed binary artifacts
1 parent dbf688b commit 5273251

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
fail-fast: false
4545
matrix:
4646
include:
47-
- target: x86_64-unknown-linux-gnu
48-
- target: aarch64-unknown-linux-gnu
47+
- target: x86_64-unknown-linux-musl
48+
- target: aarch64-unknown-linux-musl
4949
cross: true
5050

5151
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)