From 23b32cc431f9d7f2006e78760698267d2f5144f9 Mon Sep 17 00:00:00 2001
From: vharseko <vharseko@3a-systems.ru>
Date: Fri, 06 May 2022 09:11:45 +0000
Subject: [PATCH] Add alpine platforms  linux/s390x, linux/386, linux/arm/v7, linux/arm/v6, linux/ppc64le (#225)

---
 .github/workflows/release.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index f719824..b5155eb 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -175,7 +175,7 @@
           file: ./opendj-packages/opendj-docker/Dockerfile-alpine
           build-args: |
             VERSION=${{ github.event.inputs.releaseVersion }}
-          platforms: linux/amd64,linux/arm64/8
+          platforms: linux/amd64,linux/arm64/8, linux/s390x, linux/386, linux/arm/v7, linux/arm/v6, linux/ppc64le
           push: true
           tags: ${{ steps.meta_alpine.outputs.tags }}
           labels: ${{ steps.meta_alpine.outputs.labels }}

--
Gitblit v1.10.0