mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

maximthomas
05.01.2025 b178bb3adc92076e8e455c04df9ea648632cd4d7
remove deprecated platforms for Docker Alpine image
1 files modified
2 ■■■ changed files
.github/workflows/release.yml 2 ●●● patch | view | raw | blame | history
.github/workflows/release.yml
@@ -222,7 +222,7 @@
          file: ./opendj-packages/opendj-docker/Dockerfile-alpine
          build-args: |
            VERSION=${{ github.event.inputs.releaseVersion }}
          platforms: linux/amd64,linux/arm64/8, linux/s390x, linux/386, linux/arm/v7, linux/arm/v6, linux/ppc64le
          platforms: linux/amd64, linux/arm64/8, linux/s390x, linux/ppc64le
          push: true
          tags: ${{ steps.meta.outputs.tags }}
          labels: ${{ steps.meta.outputs.labels }}