Skip to content

Commit b178bb3

Browse files
committed
remove deprecated platforms for Docker Alpine image
1 parent 5c701bc commit b178bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
file: ./opendj-packages/opendj-docker/Dockerfile-alpine
223223
build-args: |
224224
VERSION=${{ github.event.inputs.releaseVersion }}
225-
platforms: linux/amd64,linux/arm64/8, linux/s390x, linux/386, linux/arm/v7, linux/arm/v6, linux/ppc64le
225+
platforms: linux/amd64, linux/arm64/8, linux/s390x, linux/ppc64le
226226
push: true
227227
tags: ${{ steps.meta.outputs.tags }}
228228
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)