Skip to content

Commit

Permalink
Build docker images with ubuntu-22.04 farmOS#914
Browse files Browse the repository at this point in the history
This is a workaround for an upstream issue with QEMU and binfmt on 24.04 tonistiigi/binfmt#215
  • Loading branch information
paul121 authored and mstenta committed Jan 30, 2025
1 parent add44e3 commit 31c50a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deliver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:

build:
name: Build Docker images
runs-on: ubuntu-latest
# Pin to Ubuntu 22.04 to work around upstream issue with QEMU and binfmt.
# @see https://github.com/tonistiigi/binfmt/issues/215
runs-on: ubuntu-22.04
strategy:
matrix:
platform:
Expand Down

0 comments on commit 31c50a5

Please sign in to comment.