From 0ed2533dc361d52ee2f861ffdfca758c8c9e108e Mon Sep 17 00:00:00 2001 From: xRuiAlves Date: Mon, 13 Mar 2023 14:46:17 +0000 Subject: [PATCH] Add 'architecture' input variable documentation to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9fe459fe..809b6d2e 100644 --- a/README.md +++ b/README.md @@ -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