Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
update
  • Loading branch information
axetroy committed May 19, 2024
1 parent 7d3c352 commit d582536
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- x86_64-apple-darwin
- aarch64-apple-darwin
- x86_64-unknown-freebsd
- aarch64-unknown-freebsd
include:
- os: ubuntu-latest
target: x86_64-unknown-linux-musl
Expand Down Expand Up @@ -145,6 +146,13 @@ jobs:
cross: true
strip: false
cargo_flags: ""
- os: windows-latest
target: aarch64-unknown-freebsd
artifact_name: cask
cross: true
strip: false
compress: false
cargo_flags: ""

env:
CARGO_INCREMENTAL: 0
Expand Down
3 changes: 3 additions & 0 deletions Cross.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[target.x86_64-unknown-freebsd]
image = "ghcr.io/cross-rs/x86_64-unknown-freebsd:edge"

[target.aarch64-unknown-freebsd]
image = "svenstaro/cross-aarch64-unknown-freebsd:latest"

[build.env]
passthrough = [
"CARGO_INCREMENTAL",
Expand Down

0 comments on commit d582536

Please sign in to comment.