Skip to content

Commit bd5e152

Browse files
authored
Merge pull request #1421 from Sapana-Khemkar/ppc64le
edit workflow to add support for ppc64le image generation
2 parents 8e9959e + 35d39bb commit bd5e152

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)