mirror of
https://github.com/docker/build-push-action.git
synced 2025-06-29 20:44:15 +00:00
Add setup-qemu action (#71)
This commit is contained in:
parent
64ca6397e9
commit
34f453a5dc
14 changed files with 5770 additions and 0 deletions
17
setup-qemu/action.yml
Normal file
17
setup-qemu/action.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
# https://help.github.com/en/articles/metadata-syntax-for-github-actions
|
||||
name: 'Docker - Setup QEMU'
|
||||
description: 'GitHub Action to install QEMU static binaries'
|
||||
author: 'crazy-max'
|
||||
branding:
|
||||
color: 'blue'
|
||||
icon: 'truck'
|
||||
|
||||
inputs:
|
||||
qemu-version:
|
||||
description: 'QEMU static binaries Docker image version. Example: 4.2.0-7'
|
||||
default: 'latest'
|
||||
required: false
|
||||
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
Loading…
Add table
Add a link
Reference in a new issue