Skip to content

Commit 00529bb

Browse files
authored
Merge pull request #957 from ashokpariya0/enable-s390x-support
Enable s390x architecture in GitHub Actions image builds.
2 parents d38f0fe + fc7a535 commit 00529bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/image-push-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Push images on merge to master"
22

33
env:
44
IMAGE_NAME: ghcr.io/${{ github.repository }}
5-
BUILD_PLATFORMS: linux/amd64,linux/arm64,linux/ppc64le
5+
BUILD_PLATFORMS: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x
66

77
on:
88
push:

.github/workflows/image-push-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Push images on release"
22

33
env:
44
IMAGE_NAME: ghcr.io/${{ github.repository }}
5-
BUILD_PLATFORMS: linux/amd64,linux/arm64,linux/ppc64le
5+
BUILD_PLATFORMS: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x
66

77
on:
88
push:

0 commit comments

Comments
 (0)