chore: 支持armv7

pull/189/head
xiaojunnuo 2024-09-07 11:43:21 +08:00
parent 6221a4e464
commit 695548eade
1 changed files with 5 additions and 6 deletions

View File

@ -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}}