Add support for arm32 go arch (#253)

This commit is contained in:
Milos Pantic
2022-08-12 12:29:48 +02:00
committed by GitHub
parent f279813975
commit 268d8c0ca0
7 changed files with 127 additions and 46 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.'