2020-08-07 11:05:37 +02:00
|
|
|
# https://help.github.com/en/articles/metadata-syntax-for-github-actions
|
2020-08-16 04:10:09 +02:00
|
|
|
name: 'Docker Setup QEMU'
|
|
|
|
description: 'Install QEMU static binaries'
|
|
|
|
author: 'docker'
|
2020-08-07 11:05:37 +02:00
|
|
|
branding:
|
2020-08-16 04:10:09 +02:00
|
|
|
icon: 'anchor'
|
2020-08-07 11:05:37 +02:00
|
|
|
color: 'blue'
|
|
|
|
|
|
|
|
inputs:
|
2020-08-11 21:49:46 +02:00
|
|
|
image:
|
2020-08-12 14:07:04 +02:00
|
|
|
description: 'QEMU static binaries Docker image. e.g. tonistiigi/binfmt:latest'
|
2020-08-11 21:49:46 +02:00
|
|
|
default: 'tonistiigi/binfmt:latest'
|
|
|
|
required: false
|
|
|
|
platforms:
|
2020-08-12 14:07:04 +02:00
|
|
|
description: 'Platforms to install. e.g. arm64,riscv64,arm'
|
2020-08-11 21:49:46 +02:00
|
|
|
default: 'all'
|
2020-08-07 11:05:37 +02:00
|
|
|
required: false
|
|
|
|
|
2020-08-12 01:48:35 +02:00
|
|
|
outputs:
|
|
|
|
platforms:
|
|
|
|
description: 'Available platforms (comma separated)'
|
|
|
|
|
2020-08-07 11:05:37 +02:00
|
|
|
runs:
|
|
|
|
using: 'node12'
|
|
|
|
main: 'dist/index.js'
|