Skip to content

Commit

Permalink
stop building images for 32-bit platform linux/386 and linux/arm/v6
Browse files Browse the repository at this point in the history
  • Loading branch information
deminy committed May 20, 2023
1 parent 9c1dc27 commit 1b959d1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_nightly_alpine_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
with:
context: .
file: dockerfiles/nightly/php${{ matrix.php }}/alpine/Dockerfile
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm64/v8,linux/ppc64le,linux/s390x
platforms: linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x
push: true
tags: phpswoole/swoole:php${{ matrix.php }}-alpine
2 changes: 1 addition & 1 deletion .github/workflows/build_nightly_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
with:
context: .
file: dockerfiles/nightly/php${{ matrix.php }}/cli/Dockerfile
platforms: linux/amd64,linux/arm/v6,linux/arm64/v8,linux/ppc64le
platforms: linux/amd64,linux/arm64/v8,linux/ppc64le
push: true
tags: phpswoole/swoole:php${{ matrix.php }}
6 changes: 3 additions & 3 deletions .github/workflows/build_versioned_alpine_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
with:
context: .
file: dockerfiles/${{ steps.params.outputs.branch_name }}/php${{ matrix.php }}/alpine/Dockerfile
platforms: linux/amd64,linux/arm/v6,linux/arm64/v8,linux/ppc64le
platforms: linux/amd64,linux/arm64/v8,linux/ppc64le
push: true
tags: |
phpswoole/swoole:${{ steps.params.outputs.branch_name }}-php${{ matrix.php }}-alpine
Expand All @@ -84,7 +84,7 @@ jobs:
with:
context: .
file: dockerfiles/${{ steps.params.outputs.branch_name }}/php${{ matrix.php }}/alpine/Dockerfile
platforms: linux/amd64,linux/arm/v6,linux/arm64/v8,linux/ppc64le
platforms: linux/amd64,linux/arm64/v8,linux/ppc64le
push: true
tags: |
phpswoole/swoole:${{ steps.params.outputs.branch_name }}-php${{ matrix.php }}-alpine
Expand All @@ -98,7 +98,7 @@ jobs:
with:
context: .
file: dockerfiles/${{ steps.params.outputs.branch_name }}/php${{ matrix.php }}/alpine/Dockerfile
platforms: linux/amd64,linux/arm/v6,linux/arm64/v8,linux/ppc64le
platforms: linux/amd64,linux/arm64/v8,linux/ppc64le
push: true
tags: |
phpswoole/swoole:${{ steps.params.outputs.branch_name }}-php${{ matrix.php }}-alpine
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_versioned_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
with:
context: .
file: dockerfiles/${{ steps.params.outputs.branch_name }}/php${{ matrix.php }}/cli/Dockerfile
platforms: linux/amd64,linux/arm/v6,linux/arm64/v8,linux/ppc64le
platforms: linux/amd64,linux/arm64/v8,linux/ppc64le
push: true
tags: |
phpswoole/swoole:${{ steps.params.outputs.branch_name }}-php${{ matrix.php }}
Expand All @@ -84,7 +84,7 @@ jobs:
with:
context: .
file: dockerfiles/${{ steps.params.outputs.branch_name }}/php${{ matrix.php }}/cli/Dockerfile
platforms: linux/amd64,linux/arm/v6,linux/arm64/v8,linux/ppc64le
platforms: linux/amd64,linux/arm64/v8,linux/ppc64le
push: true
tags: |
phpswoole/swoole:${{ steps.params.outputs.branch_name }}-php${{ matrix.php }}
Expand All @@ -98,7 +98,7 @@ jobs:
with:
context: .
file: dockerfiles/${{ steps.params.outputs.branch_name }}/php${{ matrix.php }}/cli/Dockerfile
platforms: linux/amd64,linux/arm/v6,linux/arm64/v8,linux/ppc64le
platforms: linux/amd64,linux/arm64/v8,linux/ppc64le
push: true
tags: |
phpswoole/swoole:${{ steps.params.outputs.branch_name }}-php${{ matrix.php }}
Expand Down

0 comments on commit 1b959d1

Please sign in to comment.