From ede5193e5847516914924b25cdc0e070bd5a5aea Mon Sep 17 00:00:00 2001 From: Luca <102960244+Luca-Timo@users.noreply.github.com> Date: Fri, 1 May 2026 08:53:17 +0200 Subject: [PATCH] Update docker-build.yml --- .github/workflows/docker-build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 37024eb1..9c99c43f 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -59,9 +59,6 @@ jobs: permissions: contents: read packages: write - # Skip the arm64 leg for PRs and verify-only manual runs to keep CI cheap. - # Building amd64 alone is enough to catch Dockerfile/build regressions. - if: matrix.platform == 'linux/amd64' || (github.event_name != 'pull_request' && (github.event_name != 'workflow_dispatch' || github.event.inputs.push == 'true')) steps: - name: Checkout code @@ -245,7 +242,6 @@ jobs: permissions: contents: read packages: write - if: matrix.platform == 'linux/amd64' || (github.event_name != 'pull_request' && (github.event_name != 'workflow_dispatch' || github.event.inputs.push == 'true')) steps: - name: Checkout code