Skip to content

Commit d1ecaa4

Browse files
authored
Merge pull request #81 from jt-nti/armless-dockerx
Stop building arm docker images
2 parents 8cb9295 + 9998696 commit d1ecaa4

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@v3
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)