Skip to content

Commit 7964afa

Browse files
authored
Merge pull request uutils#74 from uutils/cargo-dist
cargo-dist: generate more targets
2 parents d922313 + 80b9931 commit 7964afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ ci = ["github"]
4141
# The installers to generate for each app
4242
installers = []
4343
# Target platforms to build apps for (Rust target-triple syntax)
44-
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
44+
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "aarch64-unknown-linux-musl", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
4545
# Publish jobs to run in CI
4646
pr-run-mode = "plan"

0 commit comments

Comments
 (0)