Skip to content

Commit a90b8ff

Browse files
chore: build exec-harness in gnu for release
1 parent bb33f05 commit a90b8ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/exec-harness/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ cargo_metadata = "0.19"
2727
cc = "1"
2828

2929
[package.metadata.dist]
30-
targets = ["aarch64-unknown-linux-musl", "x86_64-unknown-linux-musl"]
30+
targets = ["aarch64-unknown-linux-gnu", "x86_64-unknown-linux-gnu"]

0 commit comments

Comments
 (0)