Skip to content

Commit 0f5b328

Browse files
committed
remove musl & windows
1 parent fdc31fe commit 0f5b328

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
@@ -44,7 +44,7 @@ installers = ["shell", "powershell", "npm", "homebrew", "msi"]
4444
# A GitHub repo to push Homebrew formulas to
4545
tap = "polytope-labs/hyperbridge"
4646
# Target platforms to build apps for (Rust target-triple syntax)
47-
targets = ["x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
47+
targets = ["x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-apple-darwin"]
4848
# The archive format to use for windows builds (defaults .zip)
4949
windows-archive = ".tar.gz"
5050
# The archive format to use for non-windows builds (defaults .tar.xz)

0 commit comments

Comments
 (0)