Skip to content

Commit

Permalink
Add support s390x and ppc64le archs (#5753)
Browse files Browse the repository at this point in the history
  • Loading branch information
lysliu committed Feb 16, 2024
1 parent e30cf41 commit b9cf0f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/knative-docs-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ jobs:
uses: docker/build-push-action@v4
with:
push: true
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x
context: ./code-samples/serving/hello-world/helloworld-go
tags: ghcr.io/knative/helloworld-go:latest

- name: Build autoscale-go image
uses: docker/build-push-action@v4
with:
push: true
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x
context: ./docs/serving/autoscaling/autoscale-go
tags: ghcr.io/knative/autoscale-go:latest

0 comments on commit b9cf0f6

Please sign in to comment.