Ollama – v0.17.8-rc1: ci: Fix windows build (#14754)
π¨ Ollama v0.17.8-rc1 is live! π¨
This oneβs a micro-update with big implications for Windows devs and CI workflows β no flashy new features, but a solid behind-the-scenes upgrade!
π§ Whatβs new?
- β Fixed Windows build issues (#14754) by swapping out shell-based wildcard expansion (`sh`) for a native Go implementation.
- π Why it matters: `sh` (e.g., bash) behaves differentlyβor not at allβon Windows. This change boosts cross-platform consistency, especially in automated environments like GitHub Actions or Docker builds.
- π οΈ Think of it as Ollama finally nailing its Windows boot sequence β fewer “works on my machine” headaches!
π¦ No user-facing changes yet, but this paves the way for smoother releases ahead. Keep an eye out for the stable `v0.17.8` drop! π―
#Ollama #LLMDev #AITools
