Skip to content

Commit 3c8028a

Browse files
Soft-Serveclaude
andcommitted
feat: add arm64 platform to Docker image builds
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0da5722 commit 3c8028a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
id: docker_build
7171
uses: docker/build-push-action@v4
7272
with:
73-
platforms: linux/amd64
73+
platforms: linux/amd64,linux/arm64
7474
push: true
7575
build-args: |
7676
GITOPS_VERSION=${{ github.ref_name }}

0 commit comments

Comments
 (0)