Skip to content

Commit eaaadad

Browse files
committed
Remove s390x and ppc64le from nightly and release build pipeline to speed up builds
1 parent 24de4e9 commit eaaadad

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/multiarch-build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
context: .
5959
target: prod
60-
platforms: linux/amd64,linux/arm64,linux/s390x,linux/ppc64le
60+
platforms: linux/amd64,linux/arm64
6161
push: true
6262
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:main
6363
labels: |

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
with:
9393
context: .
9494
target: prod
95-
platforms: linux/amd64,linux/arm64,linux/s390x,linux/ppc64le
95+
platforms: linux/amd64,linux/arm64
9696
push: true
9797
tags: |
9898
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.version.outputs.full }}
@@ -107,7 +107,7 @@ jobs:
107107
with:
108108
context: .
109109
target: prod
110-
platforms: linux/amd64,linux/arm64,linux/s390x,linux/ppc64le
110+
platforms: linux/amd64,linux/arm64
111111
push: true
112112
tags: |
113113
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.version.outputs.full }}

0 commit comments

Comments
 (0)