Skip to content

Commit 4a9ebd9

Browse files
committed
chore: enable musl
1 parent 727728a commit 4a9ebd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist-workspace.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ ci = "github"
1010
# The installers to generate for each app
1111
installers = ["shell", "powershell"]
1212
# Target platforms to build apps for (Rust target-triple syntax)
13-
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
13+
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
1414
# Whether to install an updater program
1515
install-updater = true
1616
# Path that installers should place binaries in
1717
install-path = "CARGO_HOME"
18-
# Allow dirty builds because the UI is built in CI before cargo
18+
# Skip checking whether the specified configuration files are up to date
1919
allow-dirty = ["ci"]

0 commit comments

Comments
 (0)