Skip to content

Commit 3d61f47

Browse files
authored
Merge pull request nginx-proxy#2383 from lysliu/patch-1
Add s390x support
2 parents e8d9576 + af5acae commit 3d61f47

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)