Clarify what runner images this action works with
This commit is contained in:
parent
ede19eddfb
commit
9a3029eecb
@ -59,6 +59,11 @@ jobs:
|
|||||||
if: matrix.toolchain == 'stable'
|
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
|
## Input Parameters
|
||||||
|
|
||||||
This action takes the following parameters:
|
This action takes the following parameters:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user