From b7860064431eff25d10f4a2ad5af278f02a8624c Mon Sep 17 00:00:00 2001 From: Ramon Roche Date: Wed, 26 Feb 2025 20:48:39 -0800 Subject: [PATCH] ci: only build amd64 for tests avoids docker engine error when trying to export manifest lists --- .github/workflows/dev_container.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dev_container.yml b/.github/workflows/dev_container.yml index 2d0de359eb..31240eda08 100644 --- a/.github/workflows/dev_container.yml +++ b/.github/workflows/dev_container.yml @@ -66,7 +66,7 @@ jobs: context: Tools/setup tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 load: true push: false cache-from: type=gha @@ -95,8 +95,7 @@ jobs: context: Tools/setup tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - platforms: | - linux/amd64 + platforms: linux/amd64,linux/arm64 provenance: mode=max push: true cache-from: type=gha