Skip to content

Commit

Permalink
stop building arm/v7 images
Browse files Browse the repository at this point in the history
  • Loading branch information
deminy committed May 18, 2023
1 parent f94b2b6 commit 9c1dc27
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
platforms: linux/386,linux/amd64,linux/arm/v6,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_dev_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
context: .
file: dockerfiles/nightly/php${{ matrix.php }}/cli/Dockerfile
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8,linux/ppc64le
platforms: linux/amd64,linux/arm64/v8,linux/ppc64le
push: true
tags: phpswoole/swoole:php${{ matrix.php }}-dev
build-args: DEV_MODE=true
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/arm/v7,linux/arm64/v8,linux/ppc64le
platforms: linux/amd64,linux/arm/v6,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/arm/v7,linux/arm64/v8,linux/ppc64le
platforms: linux/amd64,linux/arm/v6,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/arm/v7,linux/arm64/v8,linux/ppc64le
platforms: linux/amd64,linux/arm/v6,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/arm/v7,linux/arm64/v8,linux/ppc64le
platforms: linux/amd64,linux/arm/v6,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_dev_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/v7,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 }}-dev
Expand All @@ -85,7 +85,7 @@ jobs:
with:
context: .
file: dockerfiles/${{ steps.params.outputs.branch_name }}/php${{ matrix.php }}/cli/Dockerfile
platforms: linux/amd64,linux/arm/v7,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 }}-dev
Expand All @@ -100,7 +100,7 @@ jobs:
with:
context: .
file: dockerfiles/${{ steps.params.outputs.branch_name }}/php${{ matrix.php }}/cli/Dockerfile
platforms: linux/amd64,linux/arm/v7,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 }}-dev
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/arm/v7,linux/arm64/v8,linux/ppc64le
platforms: linux/amd64,linux/arm/v6,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/arm/v7,linux/arm64/v8,linux/ppc64le
platforms: linux/amd64,linux/arm/v6,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/arm/v7,linux/arm64/v8,linux/ppc64le
platforms: linux/amd64,linux/arm/v6,linux/arm64/v8,linux/ppc64le
push: true
tags: |
phpswoole/swoole:${{ steps.params.outputs.branch_name }}-php${{ matrix.php }}
Expand Down

0 comments on commit 9c1dc27

Please sign in to comment.