Skip to content

Commit

Permalink
adding ppc64le support for execitor and warmer image (#1908)
Browse files Browse the repository at this point in the history
Signed-off-by: Aaruni Aggarwal <[email protected]>
  • Loading branch information
AaruniAggarwal authored Feb 2, 2022
1 parent bde9043 commit ddd1485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
include:
- image: executor
dockerfile: ./deploy/Dockerfile
platforms: linux/amd64,linux/arm64,linux/s390x
platforms: linux/amd64,linux/arm64,linux/s390x,linux/ppc64le
image-name: gcr.io/kaniko-project/executor
tag: ${{ github.sha }}
release-tag: latest
Expand All @@ -54,7 +54,7 @@ jobs:

- image: warmer
dockerfile: ./deploy/Dockerfile_warmer
platforms: linux/amd64,linux/arm64,linux/s390x
platforms: linux/amd64,linux/arm64,linux/s390x,linux/ppc64le
image-name: gcr.io/kaniko-project/warmer
tag: ${{ github.sha }}
release-tag: latest
Expand Down

0 comments on commit ddd1485

Please sign in to comment.