Skip to content

Commit cfbbc50

Browse files
committed
remove deprecated platforms for Docker Alpine image
1 parent 4deb41f commit cfbbc50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
file: ./Dockerfile-alpine
158158
build-args: |
159159
VERSION=${{ env.release_version }}
160-
platforms: linux/amd64, linux/s390x, linux/386, linux/arm/v7, linux/arm/v6, linux/ppc64le ,linux/arm64/8
160+
platforms: linux/amd64, linux/arm64/8, linux/s390x, linux/ppc64le
161161
push: true
162162
tags: ${{ steps.meta.outputs.tags }}
163163
labels: ${{ steps.meta.outputs.labels }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
file: ./Dockerfile-alpine
202202
build-args: |
203203
VERSION=${{ github.event.inputs.releaseVersion }}
204-
platforms: linux/amd64, linux/s390x, linux/386, linux/arm/v7, linux/arm/v6, linux/ppc64le ,linux/arm64/8
204+
platforms: linux/amd64, linux/arm64/8, linux/s390x, linux/ppc64le
205205
push: true
206206
tags: ${{ steps.meta.outputs.tags }}
207207
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)