mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-04-26 02:12:31 +08:00
Add platform specification for Docker builds
This commit is contained in:
parent
7decaccfcd
commit
97ac355d16
2
.github/workflows/build-release.yml
vendored
2
.github/workflows/build-release.yml
vendored
@ -90,6 +90,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
${{ env.IMAGE_NAME }}:${{ needs.check-tag.outputs.current_tag }}
|
${{ env.IMAGE_NAME }}:${{ needs.check-tag.outputs.current_tag }}
|
||||||
@ -142,6 +143,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
${{ env.IMAGE_NAME }}:${{ needs.check-tag.outputs.current_tag }}
|
${{ env.IMAGE_NAME }}:${{ needs.check-tag.outputs.current_tag }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user