Skip to content

Commit c137f2b

Browse files
committed
disabled arm64 build for now
1 parent 246c722 commit c137f2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: docker/build-push-action@v6
3535
with:
3636
context: .
37-
platforms: linux/amd64,linux/arm64
37+
platforms: linux/amd64
3838
push: true
3939
build-args: |
4040
GIT_REVISION=${{ github.sha }}

.github/workflows/ghcr-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
with:
4646
push: true
4747
context: .
48-
platforms: linux/amd64,linux/arm64
48+
platforms: linux/amd64
4949
tags: ${{ steps.meta.outputs.tags }}
5050
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)