Skip to content

Commit 689eec6

Browse files
committed
Disable ARM build for now
1 parent 3f71460 commit 689eec6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
uses: docker/build-push-action@v5
4747
with:
4848
context: .
49-
platforms: linux/amd64,linux/arm64
49+
# TODO: disabled for now, building for ARM is too slow
50+
#platforms: linux/amd64,linux/arm64
5051
push: true
5152
tags: ${{ steps.meta.outputs.tags }}
5253
cache-from: type=gha

0 commit comments

Comments
 (0)