Skip to content

Commit

Permalink
ci: downgrade arm64 image builder ubuntu version
Browse files Browse the repository at this point in the history
Due to actions/runner-images#11471 we see
similar problems when using ubuntu24.04 to do cross build for arm64
images.

A workaround is to downgrade to ubuntu22.04.

Fixes confidential-containers#715

Signed-off-by: Xynnn007 <[email protected]>
  • Loading branch information
Xynnn007 committed Feb 21, 2025
1 parent 40f3a0f commit f4a7d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-kbs-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- target_arch: aarch64
target_platform: linux/arm64
build_platform: linux/amd64
instance: ubuntu-latest
instance: ubuntu-22.04

runs-on: ${{ matrix.instance }}

Expand Down

0 comments on commit f4a7d2e

Please sign in to comment.