From 111d2d98807333f4c7b3bc2c1f5306feed0e8e9f Mon Sep 17 00:00:00 2001 From: Din Music Date: Fri, 19 Apr 2024 13:19:05 +0000 Subject: [PATCH] github/workflows/alpine: Make amd64 and arm64 builds mutually exclusive Signed-off-by: Din Music --- .github/workflows/image-alpine.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/image-alpine.yml b/.github/workflows/image-alpine.yml index 683de3b20..2c59fc975 100644 --- a/.github/workflows/image-alpine.yml +++ b/.github/workflows/image-alpine.yml @@ -36,6 +36,7 @@ jobs: build_arm64: - ${{ inputs.build-arm64 == true || github.event.schedule == '0 0 * * 1' }} exclude: + - {architecture: amd64, build_arm64: true} - {architecture: arm64, build_arm64: false} env: type: "container"