Skip to content

Commit

Permalink
Add 'architecture' input variable documentation to README
Browse files Browse the repository at this point in the history
  • Loading branch information
xRuiAlves committed Mar 13, 2023
1 parent 3e7e9e8 commit 0ed2533
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Inspired by [olafurpg/setup-scala](https://github.com/olafurpg/setup-scala) and
- if left empty either the existing JVM will be used or Coursier will install its default JVM.
- `apps` (optional): Scala apps to install (`sbtn` by default)
- space separated list of app names (from the [main channel](https://github.com/coursier/apps))
- `architecture` (optional): Coursier architecture to install binaries for
- valid values: `x86_64`, `aarch6` (defaults to `x86_64`)

### Example with custom inputs

Expand Down

0 comments on commit 0ed2533

Please sign in to comment.