feat: add linux/arm/v7 to docker build action (#1610)

This commit is contained in:
powersee 2023-04-29 00:40:15 +08:00 committed by GitHub
parent f7a1680f72
commit f12163bc94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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