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

@ -47,11 +47,11 @@ inputs:
description: 'Set to true to build using the OCI image format instead of the Docker image format'
default: 'false'
required: false
arch:
description: 'Label the image with this ARCH, instead of defaulting to the host architecture.'
required: false
archs:
description: |
Architecture(s) to build the image(s) for. For multiple architectures,
separate by a comma.
default: 'amd64'
description: 'Alias for "arch". "arch" takes precedence if both are set.'
required: false
extra-args:
description: |