mirror of
https://github.com/certd/certd.git
synced 2026-05-03 03:57:24 +08:00
chore: 支持armv7
This commit is contained in:
@@ -67,12 +67,11 @@ jobs:
|
|||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
platforms: linux/arm/v7
|
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||||
push: true
|
push: true
|
||||||
context: ./packages/ui/
|
context: ./packages/ui/
|
||||||
tags: |
|
tags: |
|
||||||
registry.cn-shenzhen.aliyuncs.com/handsfree/certd:armv7
|
registry.cn-shenzhen.aliyuncs.com/handsfree/certd:latest
|
||||||
# registry.cn-shenzhen.aliyuncs.com/handsfree/certd:latest
|
registry.cn-shenzhen.aliyuncs.com/handsfree/certd:${{steps.get_certd_version.outputs.result}}
|
||||||
# registry.cn-shenzhen.aliyuncs.com/handsfree/certd:${{steps.get_certd_version.outputs.result}}
|
greper/certd:latest
|
||||||
# greper/certd:latest
|
greper/certd:${{steps.get_certd_version.outputs.result}}
|
||||||
# greper/certd:${{steps.get_certd_version.outputs.result}}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user