Skip to content

Commit

Permalink
Only set platforms supported by the baseimages
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed Jun 27, 2024
1 parent 40a5bfc commit 4854464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit 4854464

Please sign in to comment.