Build and push ComfyUI -> Arm64 only build
Docker Build and Release Upload / build (push) Has been cancelled

This commit is contained in:
2025-07-11 21:04:18 -07:00
parent 3ab6bc0abc
commit 3c798d0956
2 changed files with 32 additions and 109 deletions
+24
View File
@@ -0,0 +1,24 @@
name: Docker Build and Release Upload
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: build and push comfyui
run: |
docker buildx build \
--platform=linux/arm64 \
-t docker.mistox.net/comfyui \
--push \
./database