set static build target
This commit is contained in:
parent
ad2bda6b59
commit
e300745809
1 changed files with 3 additions and 0 deletions
3
.cargo/config.toml
Normal file
3
.cargo/config.toml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[build]
|
||||
# Static musl target by default → portable binary with no glibc version dependency.
|
||||
target = "x86_64-unknown-linux-musl"
|
||||
Loading…
Add table
Add a link
Reference in a new issue