mirror of
https://github.com/certimate-go/certimate.git
synced 2026-06-13 21:01:32 +08:00
build: docker linux/armv7 arch support
This commit is contained in:
parent
aff1e36cc1
commit
8a4929c808
2
.github/workflows/push_image_next.yml
vendored
2
.github/workflows/push_image_next.yml
vendored
@ -60,6 +60,6 @@ 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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user