Skip to content

Commit 187ad66

Browse files
committed
Remove broken targets
1 parent 9b7d1bd commit 187ad66

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
@@ -35,7 +35,7 @@ ci = ["github"]
3535
# The installers to generate for each app
3636
installers = ["shell", "npm", "homebrew"]
3737
# Target platforms to build apps for (Rust target-triple syntax)
38-
targets = ["x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-musl"]
38+
targets = ["x86_64-unknown-linux-gnu", "x86_64-apple-darwin"]
3939
# The archive format to use for windows builds (defaults .zip)
4040
windows-archive = ".tar.gz"
4141
# The archive format to use for non-windows builds (defaults .tar.xz)

0 commit comments

Comments
 (0)