cache-image input to enable/disable caching of binfmt image

Signed-off-by: CrazyMax <[email protected]>
This commit is contained in:
CrazyMax
2024-11-30 22:54:51 +01:00
parent 8b562efa09
commit 0d7f78d53b
6 changed files with 45 additions and 13 deletions
+5
View File
@@ -15,6 +15,10 @@ inputs:
description: 'Platforms to install (e.g. arm64,riscv64,arm)'
default: 'all'
required: false
cache-image:
description: 'Cache binfmt image to GitHub Actions cache backend'
default: 'true'
required: false
outputs:
platforms:
@@ -23,3 +27,4 @@ outputs:
runs:
using: 'node20'
main: 'dist/index.js'
post: 'dist/index.js'