[PR #7496] [MERGED] CI: fix matrix wiring #17711

Closed
opened 2026-04-16 06:11:40 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/7496
Author: @dhiltgen
Created: 11/4/2024
Status: Merged
Merged: 11/4/2024
Merged by: @dhiltgen

Base: mainHead: ci_fix


📝 Commits (1)

📊 Changes

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

View changed files

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

📄 Description

Matrix strategies can't use env vars so unwind the prior changes to dry the definitions out a little.

Fixes release CI error:

[Invalid workflow file: .github/workflows/release.yaml#L166](https://github.com/ollama/ollama/actions/runs/11670233094/workflow)
The workflow is not valid. .github/workflows/release.yaml (Line: 166, Col: 22): Unrecognized named-value: 'env'. Located at position 1 within expression: env.CUDA_11_WINDOWS_VER .github/workflows/release.yaml (Line: 167, Col: 18): Unrecognized named-value: 'env'. Located at position 1 within expression: env.CUDA_11_WINDOWS_URL

🔄 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/7496 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 11/4/2024 **Status:** ✅ Merged **Merged:** 11/4/2024 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `main` ← **Head:** `ci_fix` --- ### 📝 Commits (1) - [`e0594a1`](https://github.com/ollama/ollama/commit/e0594a1f79134e82db2b86a1af6603733bed4812) CI: matrix strategy fix ### 📊 Changes **1 file changed** (+6 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yaml` (+6 -10) </details> ### 📄 Description Matrix strategies can't use env vars so unwind the prior changes to dry the definitions out a little. Fixes release CI error: ``` [Invalid workflow file: .github/workflows/release.yaml#L166](https://github.com/ollama/ollama/actions/runs/11670233094/workflow) The workflow is not valid. .github/workflows/release.yaml (Line: 166, Col: 22): Unrecognized named-value: 'env'. Located at position 1 within expression: env.CUDA_11_WINDOWS_VER .github/workflows/release.yaml (Line: 167, Col: 18): Unrecognized named-value: 'env'. Located at position 1 within expression: env.CUDA_11_WINDOWS_URL ``` --- <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-16 06:11:40 -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#17711