-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactors actions builds to use cross for cross-compilation instead of manually setting up the infrastructure which is extremely fragile, and makes adding new archs hard. Builds for armv7hf and armv6hf are now made as well, although they aren't part of the docker image - they'll only be released in binaries. If there's no intrest in these they'll probably get removed at some point. This also simplifies the Dockerfile a bit, making it plug-n-play with any rust platform that has first-party host tools.
- Loading branch information
Showing
3 changed files
with
23 additions
and
35 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters