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 }}"