Skip to content

Commit 4ce9463

Browse files
committed
Removing arm/v7 builds
1 parent 13d9ba4 commit 4ce9463

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
BF_IMAGE=${{ env.REPOSITORY_NAME }}
8383
BF_VERSION=${{ steps.version.outputs.contents }}
8484
push: ${{ startsWith(github.ref, 'refs/heads/') }}
85-
platforms: linux/amd64,linux/arm/v7,linux/arm64
85+
platforms: linux/amd64,linux/arm64
8686
tags: |
8787
bfren/wordpress:php${{ matrix.php }}-dev
8888
bfren/wordpress:php${{ matrix.php }}-${{ steps.version.outputs.contents }}-dev

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
BF_PUBLISHING=1
8888
BF_VERSION=${{ steps.version.outputs.contents }}
8989
push: true
90-
platforms: linux/amd64,linux/arm/v7,linux/arm64
90+
platforms: linux/amd64,linux/arm64
9191
tags: |
9292
bfren/wordpress:php${{ matrix.php }}
9393
bfren/wordpress:php${{ matrix.php }}-${{ steps.version_major.outputs.contents }}

0 commit comments

Comments
 (0)