Add support for arm32 go arch

This commit is contained in:
panticmilos 2022-08-08 11:05:52 +02:00
parent f279813975
commit 2c62681dc9
4 changed files with 107 additions and 44 deletions

View file

@ -17,6 +17,8 @@ inputs:
default: false
cache-dependency-path:
description: 'Used to specify the path to a dependency file - go.sum'
architecture:
description: 'Target architecture for Go to use. Examples: x86, x64. Will use system architecture by default.'
outputs:
go-version:
description: 'The installed Go version. Useful when given a version range as input.'