diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index d8e093a5edb..29a5be026f5 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -19,6 +19,7 @@ jobs: config: - { tag: "main", dockerfile: ".devops/main.Dockerfile", platform: "linux/amd64" } - { tag: "main-musa", dockerfile: ".devops/main-musa.Dockerfile", platform: "linux/amd64" } + - { tag: "main-intel", dockerfile: ".devops/main-intel.Dockerfile", platform: "linux/amd64" } #TODO: the cuda image keeps failing - disable for now # https://github.com/ggerganov/whisper.cpp/actions/runs/11019444428/job/30602020339 #- { tag: "main-cuda", dockerfile: ".devops/main-cuda.Dockerfile", platform: "linux/amd64" }