Ubuntu latest (24.04) has problems building ARM Docker (#4439)

This commit is contained in:
Peter Hedenskog 2025-02-17 22:04:34 +01:00 committed by GitHub
parent eaac8d2d32
commit 37a30ec0e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ on:
- main
jobs:
docker:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: ${{ !contains(github.event.head_commit.message, 'docs:') }}
steps:
-