From 2fc62be904a5a4374a62f05b62570e3a8a437b21 Mon Sep 17 00:00:00 2001 From: Ivan Milchev Date: Fri, 6 Oct 2023 16:22:03 +0300 Subject: [PATCH] release the correct cnspec container flavours Signed-off-by: Ivan Milchev --- .github/workflows/cnspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cnspec.yaml b/.github/workflows/cnspec.yaml index 5e1fc5cc4..3731ea7b1 100644 --- a/.github/workflows/cnspec.yaml +++ b/.github/workflows/cnspec.yaml @@ -75,8 +75,8 @@ jobs: with: context: . file: cnspec.Dockerfile - build-args: VERSION=${{ env.VERSION }} - platforms: linux/amd64,linux/arm64,linux/arm + build-args: VERSION=${{ env.VERSION }}${{ matrix.suffix }} + platforms: linux/amd64,linux/arm64 push: true labels: ${{ steps.meta.outputs.labels }} tags: ${{ steps.meta.outputs.tags }} \ No newline at end of file