Skip to content

Commit

Permalink
Remove arm/v7 and specify arm64/v8
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed Jun 27, 2024
1 parent 4854464 commit 1147775
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/amd64,linux/arm/v7,linux/arm64,linux/ppc64le'
platforms: 'linux/amd64,linux/arm64/v8,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/amd64,linux/arm/v7,linux/arm64,linux/ppc64le'
platforms: 'linux/amd64,linux/arm64/v8,linux/ppc64le'
cache-from: type=gha
cache-to: type=gha,mode=max
tags: ${{ steps.widx_meta.outputs.tags }}
Expand Down

0 comments on commit 1147775

Please sign in to comment.