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:
Johann150 2021-02-05 22:42:40 +01:00
parent b6191ccf13
commit 4471607f96
No known key found for this signature in database
GPG key ID: 9EE6577A2A06F8F1
5 changed files with 142 additions and 3 deletions

8
.cargo/config Normal file
View 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"