Skip to content

Commit 5a0c04c

Browse files
sudharshanibmibuziuk
authored andcommitted
Enable Che Server Build Support on s390x Architecture
Signed-off-by: Sudharshan Muralidharan <sudharshan.muralidharan1@ibm.com>
1 parent e3c43de commit 5a0c04c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_API_TOKEN }}
5656
- name: Build and push images
5757
if: ${{ github.event_name == 'pull_request' && ! github.event.pull_request.head.repo.fork }}
58-
run: ./build/build.sh --tag:${{ env.PR_IMAGE_TAG }} --build-platforms:linux/amd64,linux/ppc64le,linux/arm64 --builder:podman --push-image
58+
run: ./build/build.sh --tag:${{ env.PR_IMAGE_TAG }} --build-platforms:linux/amd64,linux/ppc64le,linux/arm64,linux/s390x --builder:podman --push-image

.github/workflows/next-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
id: build
5151
run: |
5252
echo "short_sha1=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
53-
./build/build.sh --tag:next --sha-tag --build-platforms:linux/amd64,linux/ppc64le,linux/arm64 --builder:podman --push-image
53+
./build/build.sh --tag:next --sha-tag --build-platforms:linux/amd64,linux/ppc64le,linux/arm64,linux/s390x --builder:podman --push-image
5454
- name: Create failure MM message
5555
if: ${{ failure() }}
5656
run: |

make-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ REGISTRY="quay.io"
77
ORGANIZATION="eclipse"
88

99
IMAGE="quay.io/eclipse/che-server"
10-
BUILD_PLATFORMS="linux/amd64,linux/ppc64le,linux/arm64"
10+
BUILD_PLATFORMS="linux/amd64,linux/ppc64le,linux/arm64,linux/s390x"
1111

1212
sed_in_place() {
1313
SHORT_UNAME=$(uname -s)

0 commit comments

Comments
 (0)