Skip to content

Commit bb0f0b9

Browse files
authored
Merge pull request #231 from rust-secure-code/more-dist-platforms
Expand the set of plaforms for which binaries should be published to github releases
2 parents 0d683f3 + 1e168e2 commit bb0f0b9

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", "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-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)