Ubuntu latest (24.04) has problems building ARM Docker

This commit is contained in:
Peter Hedenskog 2025-02-17 22:03:22 +01:00
parent eaac8d2d32
commit d5c505cedd
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:
-