[PR #14807] [MERGED] ci: fix missing windows zip file #77142

Closed
opened 2026-05-05 09:50:09 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/14807
Author: @dhiltgen
Created: 3/12/2026
Status: Merged
Merged: 3/12/2026
Merged by: @dhiltgen

Base: mainHead: ci


📝 Commits (1)

  • 66925db ci: fix missing windows zip file

📊 Changes

3 files changed (+100 additions, -23 deletions)

View changed files

📝 .github/workflows/release.yaml (+11 -3)
📝 docs/windows.mdx (+7 -3)
📝 scripts/build_windows.ps1 (+82 -17)

📄 Description

Use 7z compression (better compression rate) if found in path. That alone isn't sufficient to get us under 2G, so MLX is now split out as a discrete download. Fix CI so it will fail if artifacts fail to upload.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/14807 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 3/12/2026 **Status:** ✅ Merged **Merged:** 3/12/2026 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `main` ← **Head:** `ci` --- ### 📝 Commits (1) - [`66925db`](https://github.com/ollama/ollama/commit/66925dbacfded84708370206bab7b1ac94a9c7b2) ci: fix missing windows zip file ### 📊 Changes **3 files changed** (+100 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yaml` (+11 -3) 📝 `docs/windows.mdx` (+7 -3) 📝 `scripts/build_windows.ps1` (+82 -17) </details> ### 📄 Description Use 7z compression (better compression rate) if found in path. That alone isn't sufficient to get us under 2G, so MLX is now split out as a discrete download. Fix CI so it will fail if artifacts fail to upload. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-05 09:50: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#77142