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

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/11200
Author: @dhiltgen
Created: 6/25/2025
Status: 🔄 Open

Base: mainHead: ci_caching


📝 Commits (1)

  • ada67d2 ci: create nightly build for caching

📊 Changes

1 file changed (+34 additions, -10 deletions)

View changed files

📝 .github/workflows/release.yaml (+34 -10)

📄 Description

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.


🔄 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/11200 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 6/25/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `ci_caching` --- ### 📝 Commits (1) - [`ada67d2`](https://github.com/ollama/ollama/commit/ada67d2db40d5bc718b0508ccf651577dd53ecc2) ci: create nightly build for caching ### 📊 Changes **1 file changed** (+34 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yaml` (+34 -10) </details> ### 📄 Description 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. --- <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-04-19 17:20:13 -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#24016