[PR #11188] ci: recombine linux amd64 binaries #13469

Closed
opened 2026-04-13 00:28:09 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/ollama/ollama/pull/11188

State: closed
Merged: Yes


Glue the rocm and archive builds back together.

Now that the ggml-* libraries are bundled into the main lib dir, the linux-build matrix build and tar logic was creating 2 conflicting ollama-linux-amd64.tgz files - one with just ggml-hip, and the other with cuda+cpu+ollama. This resulted in the main payloads being overwritten by merge-multiples: true. The fix glues the contents back together so we can retain the build speedup of the matrix flow.

Scratch build verifying flow: https://github.com/ollama/ollama/actions/runs/15864595364/job/44729718604

**Original Pull Request:** https://github.com/ollama/ollama/pull/11188 **State:** closed **Merged:** Yes --- Glue the rocm and archive builds back together. Now that the ggml-* libraries are bundled into the main lib dir, the `linux-build` matrix build and tar logic was creating 2 conflicting ollama-linux-amd64.tgz files - one with just ggml-hip, and the other with cuda+cpu+ollama. This resulted in the main payloads being overwritten by `merge-multiples: true`. The fix glues the contents back together so we can retain the build speedup of the matrix flow. Scratch build verifying flow: https://github.com/ollama/ollama/actions/runs/15864595364/job/44729718604
GiteaMirror added the pull-request label 2026-04-13 00:28:09 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#13469