From 48544646bf0596e000d0e9075dcaf9ea25d30758 Mon Sep 17 00:00:00 2001 From: Natanael Arndt Date: Thu, 27 Jun 2024 16:55:30 +0200 Subject: [PATCH] Only set platforms supported by the baseimages --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7e19d38..9c0263a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: context: . file: ./solrwayback/Containerfile push: ${{ github.event_name != 'pull_request' }} - platforms: 'linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le' + platforms: 'linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le' cache-from: type=gha cache-to: type=gha,mode=max tags: ${{ steps.swb_meta.outputs.tags }} @@ -60,7 +60,7 @@ jobs: context: . file: ./warc-indexer/Containerfile push: ${{ github.event_name != 'pull_request' }} - platforms: 'linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le' + platforms: 'linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le' cache-from: type=gha cache-to: type=gha,mode=max tags: ${{ steps.widx_meta.outputs.tags }}