Rename 'archs' input and improve multiarch (#62)

- Expand readme
- Add example

Signed-off-by: Tim Etchells <tetchel@gmail.com>
This commit is contained in:
Tim Etchells 2021-07-09 11:12:48 -04:00
parent 098556ccc2
commit 48fe07762a
13 changed files with 674 additions and 424 deletions

View file

@ -1,10 +1,15 @@
// This file was auto-generated by action-io-generator. Do not edit by hand!
export enum Inputs {
/**
* Architecture(s) to build the image(s) for. For multiple architectures,
* separate by a comma.
* Label the image with this ARCH, instead of defaulting to the host architecture.
* Required: false
* Default: "amd64"
* Default: None.
*/
ARCH = "arch",
/**
* Alias for "arch". "arch" takes precedence if both are set.
* Required: false
* Default: None.
*/
ARCHS = "archs",
/**