Clarify what runner images this action works with

This commit is contained in:
Dave Rolsky 2024-10-13 16:49:37 -05:00
parent ede19eddfb
commit 9a3029eecb
No known key found for this signature in database

View File

@ -59,6 +59,11 @@ jobs:
if: matrix.toolchain == 'stable'
```
Note that for Linux or BSD targets, you should always set the `runs-on` key to an x86-64
architecture runner. If you want to do native ARM compilation, for example using
`ubuntu-latest-arm`, then there's no point in using this action. This action is only tested on
Ubuntu x86-64, Windows, and macOS runners.
## Input Parameters
This action takes the following parameters: