mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 20:45:29 +00:00
add release build action
No longer using `cross`, so Cross.toml is not needed any more. Instead releases are just built with cargo build --release.
This commit is contained in:
parent
b6191ccf13
commit
4471607f96
5 changed files with 142 additions and 3 deletions
8
.cargo/config
Normal file
8
.cargo/config
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[target.aarch64-unknown-linux-gnu]
|
||||
linker = "aarch64-linux-gnu-gcc"
|
||||
|
||||
[target.arm-unknown-linux-gnueabihf]
|
||||
linker = "arm-linux-gnueabihf-gcc"
|
||||
|
||||
[target.armv7-unknown-linux-gnueabihf]
|
||||
linker = "arm-linux-gnueabihf-gcc"
|
||||
Loading…
Add table
Add a link
Reference in a new issue