Skip to content

Commit 3dabf0c

Browse files
committed
feat: remove armv7
1 parent 8306ef9 commit 3dabf0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Build and push
4545
uses: docker/build-push-action@v4
4646
with:
47-
platforms: linux/amd64,linux/arm64,linux/arm/v7
47+
platforms: linux/amd64,linux/arm64
4848
push: true
4949
pull: true
5050
labels: |

0 commit comments

Comments
 (0)