Skip to content

Update to podman 5, including netavark and pasta #97

Update to podman 5, including netavark and pasta

Update to podman 5, including netavark and pasta #97

Workflow file for this run

name: Verify
on:
# Trigger the workflow on push or pull request on master branch
pull_request:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Set up qemu
uses: docker/setup-qemu-action@v1
with:
platforms: all
- name: Build & test linux/amd64 image
run: make images test
- name: Build multi-arch images and binaries
run: make clean multiarch-tar