Skip to content

Commit

Permalink
Drop support for arm/v7
Browse files Browse the repository at this point in the history
Build hangs for multiple hours. Only 64 bit arm is now supported...
  • Loading branch information
J12934 committed Dec 21, 2023
1 parent ca0643c commit a66556a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
with:
context: ./${{ matrix.component }}
file: ./${{ matrix.component }}/Dockerfile
platforms: linux/amd64,linux/arm/v7,linux/arm64
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.image-metadata.outputs.tags }}
labels: ${{ steps.image-metadata.outputs.labels }}
Expand Down

0 comments on commit a66556a

Please sign in to comment.