Skip to content

Commit b69ab3e

Browse files
ci(docker): Remove ARM64 platform from multi-arch builds
- Remove linux/arm64 from supported build platforms - Simplify Docker image builds to single amd64 architecture - Reduces build time and complexity for CI/CD pipeline
1 parent d5f1773 commit b69ab3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ jobs:
7979
context: .
8080
file: ./Dockerfile
8181
push: ${{ github.event_name != 'pull_request' }}
82-
platforms: linux/amd64,linux/arm64
82+
platforms: linux/amd64
8383
tags: ${{ steps.meta.outputs.tags }}
8484
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)