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

View file

@ -1,2 +0,0 @@
[target.arm-unknown-linux-gnueabihf]
image = "zenria/cross:arm-rpi-4.9.3-linux-gnueabihf"