Skip to content

updating build so that it reproduces again with latest Ubuntu 22.04 d… #10

updating build so that it reproduces again with latest Ubuntu 22.04 d…

updating build so that it reproduces again with latest Ubuntu 22.04 d… #10

Workflow file for this run

name: ci
on:
push:
branches:
- 'shim-**'
tags:
- '**'
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up QEMU for Docker Buildkit
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
driver-opts: |
env.BUILDKIT_STEP_LOG_MAX_SIZE=-1
env.BUILDKIT_STEP_LOG_MAX_SPEED=-1
- name: Run builds in docker containers
run: make ci