Update docker-build.yml

This commit is contained in:
Luca
2026-05-01 08:53:17 +02:00
parent ec2eaf76ea
commit ede5193e58
-4
View File
@@ -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