[PR #11200] ci: create nightly build for caching #13476

Open
opened 2026-04-13 00:28:19 -05:00 by GiteaMirror · 0 comments
Owner

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

State: open
Merged: No


Add a new nightly build that will perform most of a release build so that subsequent PRs or release builds can speed up with cached content. The nightly build will only run if the latest commit is < 24h old to avoid re-building the same commit.

This sets the version for nightly builds based on git describe, so for example, if this were on main, it might look like
0.12.11-13-g0b10f9a+20251117

Docker images will be pushed but not marked latest.

A github release will not be created, but the job has been updated to use the correct version so we could create releases if we choose in the future. Maintainers will be able to access the artifacts if we want to do any nightly testing.

**Original Pull Request:** https://github.com/ollama/ollama/pull/11200 **State:** open **Merged:** No --- Add a new nightly build that will perform most of a release build so that subsequent PRs or release builds can speed up with cached content. The nightly build will only run if the latest commit is < 24h old to avoid re-building the same commit. This sets the version for nightly builds based on `git describe`, so for example, if this were on main, it might look like `0.12.11-13-g0b10f9a+20251117` Docker images will be pushed but not marked latest. A github release will not be created, but the job has been updated to use the correct version so we could create releases if we choose in the future. Maintainers will be able to access the artifacts if we want to do any nightly testing.
GiteaMirror added the pull-request label 2026-04-13 00:28:19 -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#13476