Unique primaryKey for cache based on buildTargetArch

This commit is contained in:
Anton Izmailov 2025-09-25 14:26:45 +02:00
parent c0137caad7
commit af7fba4129
4 changed files with 16 additions and 6 deletions

View file

@ -17,6 +17,8 @@ inputs:
default: true
cache-dependency-path:
description: 'Used to specify the path to a dependency file - go.sum'
buildTarget:
description: 'Optional build target architecture (for example arm64 or amd64) used to scope the cache key.'
architecture:
description: 'Target architecture for Go to use. Examples: x86, x64. Will use system architecture by default.'
outputs: