Skip to content

Commit f3b4bdc

Browse files
author
Ed Kingscote
committed
Adjust Platforms
1 parent 984a0ba commit f3b4bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
uses: docker/build-push-action@v2
141141
with:
142142
builder: ${{ steps.buildx.outputs.name }}
143-
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
143+
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
144144
push: ${{ github.event_name != 'pull_request' }}
145145
tags: ${{ steps.prep.outputs.tags }}
146146
cache-from: type=local,src=/tmp/.buildx-cache

0 commit comments

Comments
 (0)