Split out Cuda and Rocm | Update
Docker Build and Release Upload / build (push) Has been cancelled

This commit is contained in:
2026-04-16 17:03:53 -07:00
parent 3b94f7238d
commit d390f36947
6 changed files with 186 additions and 41 deletions
+12 -3
View File
@@ -21,12 +21,21 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: build and push comfyui
- name: build and push comfyui-cuda
run: |
docker buildx build \
--platform=linux/arm64 \
-t mistox/comfyui-ampere \
-f comfyui-dockerfile \
-t mistox/comfyui-cuda-ampere \
-f comfyui-cuda-dockerfile \
--push \
.
- name: build and push comfyui-rocm
run: |
docker buildx build \
--platform=linux/arm64 \
-t mistox/comfyui-rocm-ampere \
-f comfyui-rocm-dockerfile \
--push \
.