Skip to content

Commit

Permalink
Add support s390x and ppc64le archs (knative#5753)
Browse files Browse the repository at this point in the history
  • Loading branch information
lysliu authored and prushh committed Apr 30, 2024
1 parent d64154f commit eece1bd
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 eece1bd

Please sign in to comment.