[PR #407] [CLOSED] Build Automation #41387

Closed
opened 2026-04-24 21:16:33 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/407
Author: @BruceMacD
Created: 8/24/2023
Status: Closed

Base: mainHead: brucemacd/linux-amd64-cpi


📝 Commits (2)

📊 Changes

1 file changed (+73 additions, -0 deletions)

View changed files

.github/workflows/release.yaml (+73 -0)

📄 Description

Working on moving our builds to a github runner on release. This is a CPU amd64 build.

No arm64 in this PR because github doesn't have an arm64 runner, but we need to build the llama.cpp exe on an arm64 machine for the arm64 release. We can use an external build runner to accomplish this.


🔄 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/407 **Author:** [@BruceMacD](https://github.com/BruceMacD) **Created:** 8/24/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `brucemacd/linux-amd64-cpi` --- ### 📝 Commits (2) - [`ded030b`](https://github.com/ollama/ollama/commit/ded030b4e170d2aae7f92943e0daa583f627499b) linux amd64 CPU build runner - [`057d0e9`](https://github.com/ollama/ollama/commit/057d0e983d3cfdcd969dc2ba1bd6bb4f065fc927) update workflows ### 📊 Changes **1 file changed** (+73 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/release.yaml` (+73 -0) </details> ### 📄 Description Working on moving our builds to a github runner on release. This is a CPU amd64 build. No arm64 in this PR because github doesn't have an arm64 runner, but we need to build the llama.cpp exe on an arm64 machine for the arm64 release. We can use an external build runner to accomplish this. --- <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-24 21:16:33 -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#41387