Skip to content

Commit

Permalink
Removed arm/v7 to make the jobs working again for now
Browse files Browse the repository at this point in the history
  • Loading branch information
npanpaliya authored and israel-hdez committed Aug 7, 2024
1 parent 64ca730 commit 5a49518
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/agent-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v3
with:
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
platforms: linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x
context: .
file: agent.Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kserve-controller-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v3
with:
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
platforms: linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x
context: .
file: Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qpext-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v3
with:
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
platforms: linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x
context: "."
file: qpext/qpext.Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/router-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v3
with:
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
platforms: linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x
context: .
file: router.Dockerfile
push: true
Expand Down

0 comments on commit 5a49518

Please sign in to comment.