Skip to content

Commit bc9e0bf

Browse files
committed
Only AMD64 for moment.
1 parent 5864546 commit bc9e0bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
name: Build and push
2828
uses: docker/build-push-action@v6
2929
with:
30-
platforms: linux/amd64,linux/arm64,linux/arm/v7
30+
platforms: linux/amd64
3131
push: true
3232
tags: iantorres/boosted:${{ matrix.version }}-${{ matrix.variant }}
3333
build-args: |

0 commit comments

Comments
 (0)