Skip to content

Commit 02ab870

Browse files
authored
Update docker-image-dev.yml
Remove pp support
1 parent 75470e8 commit 02ab870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: docker/build-push-action@v6
6969
with:
7070
context: .
71-
platforms: linux/amd64,linux/arm64/v8,linux/ppc64le
71+
platforms: linux/amd64,linux/arm64/v8
7272
push: ${{ github.event_name != 'pull_request' }}
7373
tags: ${{ steps.guac.outputs.tags }}
7474
labels: ${{ steps.guac.outputs.labels }}

0 commit comments

Comments
 (0)