From c21cf76f964ba79343d0f075d9917353141eba70 Mon Sep 17 00:00:00 2001 From: Din Music Date: Wed, 24 Apr 2024 15:21:11 +0000 Subject: [PATCH] github/workflows: Remove exclude in matrix Signed-off-by: Din Music --- .github/workflows/image-alpine.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/image-alpine.yml b/.github/workflows/image-alpine.yml index 2c59fc975..9c4e85ce9 100644 --- a/.github/workflows/image-alpine.yml +++ b/.github/workflows/image-alpine.yml @@ -31,13 +31,7 @@ jobs: - default - cloud architecture: - - amd64 - - arm64 - build_arm64: - - ${{ inputs.build-arm64 == true || github.event.schedule == '0 0 * * 1' }} - exclude: - - {architecture: amd64, build_arm64: true} - - {architecture: arm64, build_arm64: false} + - ${{ (inputs.build-arm64 == true || github.event.schedule == '0 0 * * 1') && 'arm64' ||'amd64' }} env: type: "container" distro: "${{ github.job }}"