mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-04-15 13:02:35 +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:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
tags: |
|
||||
${{ env.IMAGE_NAME }}:${{ needs.check-tag.outputs.current_tag }}
|
||||
@ -142,6 +143,7 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
tags: |
|
||||
${{ env.IMAGE_NAME }}:${{ needs.check-tag.outputs.current_tag }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user