Skip to content

Commit

Permalink
attempt to make cargo dist building form arm
Browse files Browse the repository at this point in the history
  • Loading branch information
nbittich committed Mar 20, 2024
1 parent 3b2f093 commit 48cb8fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ targets = ["x86_64-unknown-linux-gnu"]
# Publish jobs to run in CI
pr-run-mode = "plan"

[workspace.metadata.dist.github-custom-runners]
aarch64-unknown-linux-gnu = "buildjet-8vcpu-ubuntu-2204-arm"


[profile.release]
opt-level = 's'
lto = true # Link Time Optimization (LTO)
Expand Down

0 comments on commit 48cb8fc

Please sign in to comment.