Skip to content

Commit

Permalink
windows + linux
Browse files Browse the repository at this point in the history
  • Loading branch information
navigaid committed Jan 13, 2025
1 parent 75c56af commit 75b1d4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ builds:
tool: cargo
command: zigbuild
targets:
- x86_64-apple-darwin
- aarch64-unknown-linux-musl
- x86_64-unknown-linux-musl
- x86_64-pc-windows-gnu

archives:
- id: archive
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ components = [
"rust-docs",
]
targets = [
"x86_64-apple-darwin",
"aarch64-unknown-linux-musl",
"x86_64-unknown-linux-musl",
"x86_64-pc-windows-gnu",
]

0 comments on commit 75b1d4d

Please sign in to comment.