Unverified Commit f12163bc authored by powersee's avatar powersee Committed by GitHub

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

parent f7a1680f
......@@ -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 }}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment