Skip to content

Commit f05ef85

Browse files
remove build n push single arch case for ppc64le as it is not required
1 parent 48340eb commit f05ef85

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -170,15 +170,6 @@ jobs:
170170
tags: |
171171
type=semver,pattern={{version}},suffix=-ppc64le,latest=false
172172
type=sha,suffix=-ppc64le,latest=false
173-
- name: Build and push single-arch ppc64le image
174-
#if: startsWith(github.ref, 'refs/tags/v')
175-
uses: docker/build-push-action@v3
176-
with:
177-
context: .
178-
platforms: linux/ppc64le
179-
push: ${{ github.event_name != 'pull_request' }}
180-
tags: ${{ steps.single-arch-meta-ppc64le.outputs.tags }}
181-
labels: ${{ steps.single-arch-meta-ppc64le.outputs.labels }}
182173
- name: Build manifest
183174
if: github.event_name != 'pull_request'
184175
env:

0 commit comments

Comments
 (0)