Add a force-use-cross input

This commit is contained in:
Dave Rolsky
2025-02-16 10:35:50 -06:00
parent 7619b10b9f
commit c40b27b8f9
6 changed files with 43 additions and 6 deletions

View File

@@ -1,3 +1,9 @@
## 1.0.2
- Added a new `force-use-cross` input, which does what it says. It will force the use of `cross`
even when it is not required for given platform/target combination. Note that this only works on
Linux hosts.
## 1.0.1 - 2025-01-20
- Fixed a bug where this action would attempt to use `cross` when compiling for an ARM Linux target