Skip to content

Commit

Permalink
Remove ppc64le and arm/v7 targets
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman authored May 2, 2024
1 parent 19e457d commit f7fa690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
context: .
file: ./Dockerfile
tags: ${{ steps.info.outputs.tags_csv }}
platforms: linux/amd64,linux/ppc64le,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64
push: ${{ steps.info.outputs.push }}
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit f7fa690

Please sign in to comment.