2020-08-18 18:19:47 +02:00
|
|
|
# https://help.github.com/en/articles/metadata-syntax-for-github-actions
|
|
|
|
name: 'Docker Setup QEMU'
|
|
|
|
description: 'Install QEMU static binaries'
|
|
|
|
author: 'docker'
|
|
|
|
branding:
|
|
|
|
icon: 'anchor'
|
|
|
|
color: 'blue'
|
|
|
|
|
|
|
|
inputs:
|
|
|
|
image:
|
|
|
|
description: 'QEMU static binaries Docker image (e.g. tonistiigi/binfmt:latest)'
|
|
|
|
default: 'tonistiigi/binfmt:latest'
|
|
|
|
required: false
|
|
|
|
platforms:
|
|
|
|
description: 'Platforms to install (e.g. arm64,riscv64,arm)'
|
|
|
|
default: 'all'
|
|
|
|
required: false
|
|
|
|
|
|
|
|
outputs:
|
|
|
|
platforms:
|
|
|
|
description: 'Available platforms (comma separated)'
|
|
|
|
|
|
|
|
runs:
|
2023-09-07 12:51:53 +02:00
|
|
|
using: 'node20'
|
2020-08-18 18:19:47 +02:00
|
|
|
main: 'dist/index.js'
|