mirror of
https://gitea.com/docker/build-push-action.git
synced 2025-07-24 12:28:03 +08:00
Add setup-qemu action (#71)
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
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'
|
Reference in New Issue
Block a user