mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-08 08:13:20 +08:00
update develop.yml with --platform darwin/amd64
This commit is contained in:
parent
ebe0a014e8
commit
d7f221b847
2
.github/workflows/develop.yml
vendored
2
.github/workflows/develop.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Pull image
|
- name: Pull image
|
||||||
run: |
|
run: |
|
||||||
docker pull ${{ env.IMAGE }}:latest || true
|
docker pull ${{ env.IMAGE }}:latest --platform darwin/amd64 || true
|
||||||
- name: Build image
|
- name: Build image
|
||||||
run: |
|
run: |
|
||||||
docker build \
|
docker build \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user