Skip to content

Commit af5acae

Browse files
authored
Add s390x support
Add s390x support Signed-off-by: Yan Song Liu <[email protected]>
1 parent e8d9576 commit af5acae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
build-args: |
8989
NGINX_PROXY_VERSION=${{ steps.nginx-proxy_version.outputs.VERSION }}
9090
DOCKER_GEN_VERSION=${{ steps.docker-gen_version.outputs.VERSION }}
91-
platforms: linux/amd64,linux/arm64,linux/arm/v7
91+
platforms: linux/amd64,linux/arm64,linux/s390x,linux/arm/v7
9292
sbom: true
9393
push: true
9494
provenance: mode=max

0 commit comments

Comments
 (0)