Skip to content

Commit 9c8e50f

Browse files
MatteoMoriclaude
andcommitted
ci: remove ARM64 platform to speed up builds
ARM64 builds take significantly longer and are not needed for current use case. Can be re-enabled later if ARM support is required. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 1e9672b commit 9c8e50f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
labels: ${{ steps.meta.outputs.labels }}
7575
cache-from: type=gha
7676
cache-to: type=gha,mode=max
77-
platforms: linux/amd64,linux/arm64
77+
platforms: linux/amd64
7878

7979
- name: Generate artifact attestation
8080
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)