mirror of
https://github.com/docker/build-push-action.git
synced 2025-06-08 05:31:51 +02:00
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
6810721b4e
commit
616a7811e4
12 changed files with 0 additions and 2183 deletions
47
.github/workflows/setup-qemu-ci.yml
vendored
47
.github/workflows/setup-qemu-ci.yml
vendored
|
@ -1,47 +0,0 @@
|
|||
name: setup-qemu-ci
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- v2-working-branch # remove when merged to master
|
||||
paths:
|
||||
- .github/workflows/setup-qemu-ci.yml
|
||||
- setup-qemu/**
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- v2-working-branch # remove when merged to master
|
||||
paths:
|
||||
- .github/workflows/setup-qemu-ci.yml
|
||||
- setup-qemu/**
|
||||
|
||||
jobs:
|
||||
main:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
image:
|
||||
- tonistiigi/binfmt:latest
|
||||
- tonistiigi/binfmt:master
|
||||
platforms:
|
||||
- all
|
||||
- arm64,riscv64,arm
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2.3.1
|
||||
-
|
||||
name: Set up QEMU
|
||||
id: qemu
|
||||
uses: ./setup-qemu/
|
||||
with:
|
||||
image: ${{ matrix.image }}
|
||||
platforms: ${{ matrix.platforms }}
|
||||
-
|
||||
name: Available platforms
|
||||
run: echo ${{ steps.qemu.outputs.platforms }}
|
||||
-
|
||||
name: Dump context
|
||||
uses: crazy-max/ghaction-dump-context@v1
|
Loading…
Add table
Add a link
Reference in a new issue