Skip to content

Commit b327706

Browse files
committed
Remove arm64 container build
It takes like an hour to complete, and isn't used right now
1 parent b9c3e5b commit b327706

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/container-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: docker/build-push-action@v5
4747
with:
4848
context: .
49-
platforms: linux/amd64,linux/arm64
49+
platforms: linux/amd64
5050
push: true
5151
tags: ${{ steps.meta.outputs.tags }}
5252
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)