Skip to content

Commit 30833c9

Browse files
feat: remove s390x
1 parent e288488 commit 30833c9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/php8-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
context: php/7
4949
file: php/7/Dockerfile
50-
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8,linux/s390x
50+
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
5151
push: true
5252
build-args:
5353
PHP_VERSION=${{ github.event.inputs.php84Version }}
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
context: php/7
6363
file: php/7/Dockerfile
64-
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8,linux/s390x
64+
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
6565
push: true
6666
build-args:
6767
PHP_VERSION=${{ github.event.inputs.php83Version }}
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
context: php/7
7777
file: php/7/Dockerfile
78-
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8,linux/s390x
78+
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
7979
push: true
8080
build-args:
8181
PHP_VERSION=${{ github.event.inputs.php82Version }}
@@ -89,7 +89,7 @@ jobs:
8989
with:
9090
context: php/7
9191
file: php/7/Dockerfile
92-
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8,linux/s390x
92+
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
9393
push: true
9494
build-args:
9595
PHP_VERSION=${{ github.event.inputs.php81Version }}
@@ -103,7 +103,7 @@ jobs:
103103
with:
104104
context: php/7
105105
file: php/7/Dockerfile
106-
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8,linux/s390x
106+
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
107107
push: true
108108
build-args:
109109
PHP_VERSION=${{ github.event.inputs.php80Version }}

0 commit comments

Comments
 (0)