Skip to content

Merge pull request #28 from druidfi/renovate/github/workflows-actions… #50

Merge pull request #28 from druidfi/renovate/github/workflows-actions…

Merge pull request #28 from druidfi/renovate/github/workflows-actions… #50

Workflow file for this run

name: Misc images
on:
push:
branches: [ main ]
paths:
- 'misc/**'
- '.github/workflows/misc.yml'
pull_request:
paths:
- 'misc/**'
- '.github/workflows/misc.yml'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
image: tonistiigi/binfmt:latest
platforms: amd64,arm64
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build misc images
run: make misc-bake-test