Skip to content

Commit

Permalink
Clarify what runner images this action works with
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Oct 13, 2024
1 parent ede19ed commit 9a3029e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9a3029e

Please sign in to comment.