Skip to content

Commit 4fab34b

Browse files
committed
Remove arm64 support
It doesn't build.
1 parent 95306aa commit 4fab34b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
5151
with:
5252
context: .
53-
platforms: linux/amd64,linux/arm64
53+
platforms: linux/amd64
5454
push: true
5555
tags: ${{ steps.meta.outputs.tags }}
5656
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)