Skip to content

Commit

Permalink
Merge pull request #222 from axodotdev/pc-windows-gnu
Browse files Browse the repository at this point in the history
chore: add x86_64-pc-windows-gnu target
  • Loading branch information
mistydemeo authored Dec 4, 2024
2 parents cd775c8 + 1e77fec commit febc87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist-workspace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ci = "github"
# The installers to generate for each app
installers = []
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "aarch64-unknown-linux-musl", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "aarch64-unknown-linux-musl", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc", "x86_64-pc-windows-gnu"]
# Which actions to run on pull requests
pr-run-mode = "plan"
# Publish jobs to run in CI
Expand Down

0 comments on commit febc87a

Please sign in to comment.