From 3645451eefa4be5c8a0162348c98dacd10b45ef5 Mon Sep 17 00:00:00 2001 From: Badlop Date: Fri, 17 Jan 2025 10:18:34 +0100 Subject: [PATCH] Container: Try using arm64 hosted runner --- .github/workflows/container.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 567a2c8452f..a9e6ded78d2 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -17,7 +17,7 @@ env: jobs: container: name: Container - runs-on: ubuntu-22.04 + runs-on: ubuntu-22.04-arm permissions: packages: write steps: @@ -69,6 +69,6 @@ jobs: context: . file: .github/container/Dockerfile labels: ${{ steps.meta.outputs.labels }} - platforms: linux/amd64,linux/arm64 + platforms: linux/arm64 push: true tags: ${{ steps.meta.outputs.tags }}