Skip to content

Commit 9d7d85c

Browse files
committed
ci: build only arm for now
1 parent 6971da6 commit 9d7d85c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Build and push
4949
uses: docker/build-push-action@v6
5050
with:
51-
platforms: linux/amd64,linux/arm64
51+
platforms: linux/arm64 #,linux/amd64
5252
push: true
5353
cache-from: type=gha
5454
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)