Skip to content
This repository was archived by the owner on Apr 5, 2026. It is now read-only.

Commit 0fceacd

Browse files
committed
Update docker-build.yml to limit supported platforms to linux/amd64
1 parent de30455 commit 0fceacd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: docker/build-push-action@v5
5252
with:
5353
context: .
54-
platforms: linux/amd64,linux/arm64
54+
platforms: linux/amd64
5555
push: ${{ github.event_name != 'pull_request' }}
5656
tags: ${{ steps.meta.outputs.tags }}
5757
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)