Skip to content

Commit 32912f5

Browse files
authored
Update docker-publish.yml
1 parent 526af2e commit 32912f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
context: .
8080
file: ./Dockerfile
81-
platforms: linux/amd64,linux/arm64,linux/ppc64le
81+
platforms: linux/amd64,linux/arm64
8282
push: ${{ github.event_name != 'pull_request' }}
8383
tags: ${{ steps.meta.outputs.tags }}
8484
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)