build: arm/v7 removed

This commit is contained in:
Timothy Jaeryang Baek 2023-12-08 23:39:22 -05:00 committed by GitHub
parent 857ee92b09
commit 3c30e04127
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,6 +52,6 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}