docker : prebuild web UI for s390x build - #24829
Conversation
|
Struggling to find a good way to test s390x in my own repo. It seems IBM no longer allows new instances on their cloud platform:
I may need to run a self-hosted runner on QEMU w/ software emulation. That sounds like it would crawl. |
Do you have write access to |
Does not appear so. |
IIRC our IBM Z POWER GHA app didn't whitelist the ggml-org/tmp repository so it would not run there. I think you can create a branch here instead and it will fire off as per normal :) |
Overview
ref: #24794 (comment)
The s390x docker build fails because the vite/svelte build uses lightningcss which does not have s390x binaries. This PR adds the
ui-buildworkflow and uses it only in the s390x build. The other Dockerfiles are kept as-is, so users may build them directly to produce complete images.Requirements