chore: 测试armv7

pull/189/head
xiaojunnuo 2024-09-06 23:33:29 +08:00
parent fddf3a0f68
commit 52ec48656d
3 changed files with 11 additions and 10 deletions

View File

@ -67,11 +67,12 @@ 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/amd64,linux/arm64 platforms: linux/armv7
push: true push: true
context: ./packages/ui/ context: ./packages/ui/
tags: | tags: |
registry.cn-shenzhen.aliyuncs.com/handsfree/certd:latest registry.cn-shenzhen.aliyuncs.com/handsfree/certd:armv7
registry.cn-shenzhen.aliyuncs.com/handsfree/certd:${{steps.get_certd_version.outputs.result}} # registry.cn-shenzhen.aliyuncs.com/handsfree/certd:latest
greper/certd:latest # registry.cn-shenzhen.aliyuncs.com/handsfree/certd:${{steps.get_certd_version.outputs.result}}
greper/certd:${{steps.get_certd_version.outputs.result}} # greper/certd:latest
# greper/certd:${{steps.get_certd_version.outputs.result}}

View File

@ -4,10 +4,10 @@ on:
branches: ['v2'] branches: ['v2']
paths: paths:
- "deploy.trigger" - "deploy.trigger"
workflow_run: # workflow_run:
workflows: [ "build-image" ] # workflows: [ "build-image" ]
types: # types:
- completed # - completed
# schedule: # schedule:
# - # 国际时间 19:17 执行北京时间3:17 ↙↙↙ 改成你想要每天自动执行的时间 # - # 国际时间 19:17 执行北京时间3:17 ↙↙↙ 改成你想要每天自动执行的时间

View File

@ -1 +1 @@
23:21 1