mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-01-31 11:49:45 +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 }}
|
||||
- name: Pull image
|
||||
run: |
|
||||
docker pull ${{ env.IMAGE }}:latest || true
|
||||
docker pull ${{ env.IMAGE }}:latest --platform darwin/amd64 || true
|
||||
- name: Build image
|
||||
run: |
|
||||
docker build \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user