Skip to content

Commit 48aab5e

Browse files
committed
build(dist): add new target x86_64-unknown-linux-musl
1 parent a6bfc7f commit 48aab5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist-workspace.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ci = "github"
1010
# The installers to generate for each app
1111
installers = ["shell"]
1212
# Target platforms to build apps for (Rust target-triple syntax)
13-
targets = ["x86_64-unknown-linux-gnu"]
13+
targets = ["x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl"]
1414
# Which actions to run on pull requests
1515
pr-run-mode = "plan"
1616
# Whether to install an updater program

0 commit comments

Comments
 (0)