Skip to content

Commit ab0d04c

Browse files
authored
Merge pull request #250 from anelson/master
Enable `aarch64-unknown-linux-musl` build target in `cargo-dist`
2 parents 1d50810 + 173a708 commit ab0d04c

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
@@ -19,7 +19,7 @@ ci = "github"
1919
# The installers to generate for each app
2020
installers = ["shell", "powershell"]
2121
# Target platforms to build apps for (Rust target-triple syntax)
22-
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "aarch64-pc-windows-msvc", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
22+
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "aarch64-unknown-linux-musl", "aarch64-pc-windows-msvc", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
2323
# Which actions to run on pull requests
2424
pr-run-mode = "plan"
2525
# Whether to install an updater program

0 commit comments

Comments
 (0)