From 7ebf0bbd9df78d94ba6f4685006bb1bb1d736ccf Mon Sep 17 00:00:00 2001 From: mchristianl Date: Wed, 11 Mar 2026 14:53:23 +0100 Subject: [PATCH] removing the arm build as it takes 27mins there is no arm support for the cloud-hypervisor driver in libvirt anyways --- .github/workflows/container-registry-ghcr.yaml | 2 +- Makefile.maker.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container-registry-ghcr.yaml b/.github/workflows/container-registry-ghcr.yaml index be157ad..a5d9fe0 100644 --- a/.github/workflows/container-registry-ghcr.yaml +++ b/.github/workflows/container-registry-ghcr.yaml @@ -51,6 +51,6 @@ jobs: with: context: . labels: ${{ steps.meta.outputs.labels }} - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 push: true tags: ${{ steps.meta.outputs.tags }} diff --git a/Makefile.maker.yaml b/Makefile.maker.yaml index 63785c2..13b73c2 100644 --- a/Makefile.maker.yaml +++ b/Makefile.maker.yaml @@ -40,7 +40,7 @@ githubWorkflow: queries: security-extended pushContainerToGhcr: enabled: true - platforms: "linux/amd64,linux/arm64" + platforms: "linux/amd64" tagStrategy: - latest - semver