diff --git a/.github/workflows/build_nightly_alpine_images.yml b/.github/workflows/build_nightly_alpine_images.yml index a4953d9..4077aa1 100644 --- a/.github/workflows/build_nightly_alpine_images.yml +++ b/.github/workflows/build_nightly_alpine_images.yml @@ -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 diff --git a/.github/workflows/build_nightly_images.yml b/.github/workflows/build_nightly_images.yml index e1a39c8..8d70f89 100644 --- a/.github/workflows/build_nightly_images.yml +++ b/.github/workflows/build_nightly_images.yml @@ -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 }} diff --git a/.github/workflows/build_versioned_alpine_images.yml b/.github/workflows/build_versioned_alpine_images.yml index cff0105..2ff094f 100644 --- a/.github/workflows/build_versioned_alpine_images.yml +++ b/.github/workflows/build_versioned_alpine_images.yml @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/build_versioned_images.yml b/.github/workflows/build_versioned_images.yml index 0c23679..81e9124 100644 --- a/.github/workflows/build_versioned_images.yml +++ b/.github/workflows/build_versioned_images.yml @@ -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 }} @@ -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 }} @@ -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 }}