Skip to content

Commit

Permalink
feat: 低版本 PHP 去掉 s390x
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengkunwang223 committed Aug 16, 2024
1 parent d58e9c6 commit 171f6ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
with:
context: php
file: php/Dockerfile
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8,linux/s390x
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
push: true
build-args:
PHP_VERSION=${{ github.event.inputs.php72Version }}
Expand All @@ -90,7 +90,7 @@ jobs:
with:
context: php
file: php/Dockerfile
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8,linux/s390x
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
push: true
build-args:
PHP_VERSION=${{ github.event.inputs.php71Version }}
Expand All @@ -104,7 +104,7 @@ jobs:
with:
context: php
file: php/Dockerfile
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8,linux/s390x
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
push: true
build-args:
PHP_VERSION=${{ github.event.inputs.php70Version }}
Expand Down

0 comments on commit 171f6ae

Please sign in to comment.