File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106 uses : docker/build-push-action@v3
107107 with :
108108 context : .
109- platforms : linux/amd64, linux/arm64
109+ platforms : linux/amd64, linux/arm64, linux/ppc64le
110110 push : ${{ github.event_name != 'pull_request' }}
111111 tags : ${{ steps.meta.outputs.tags }}
112112 labels : ${{ steps.meta.outputs.labels }}
@@ -155,7 +155,7 @@ jobs:
155155 platforms : linux/arm64
156156 push : ${{ github.event_name != 'pull_request' }}
157157 tags : ${{ steps.single-arch-meta-arm64.outputs.tags }}
158- labels : ${{ steps.single-arch-meta-arm64.outputs.labels }}
158+ labels : ${{ steps.single-arch-meta-arm64.outputs.labels }}
159159 - name : Build manifest
160160 if : github.event_name != 'pull_request'
161161 env :
You can’t perform that action at this time.
0 commit comments