Daniel Hiltgen
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.github/workflows/release.yaml
|
|
@ -23,7 +23,7 @@ jobs: |
|
|
echo GOFLAGS="'-ldflags=-w -s \"-X=github.com/ollama/ollama/version.Version=${GITHUB_REF_NAME#v}\" \"-X=github.com/ollama/ollama/server.mode=release\"'" >>$GITHUB_OUTPUT |
|
|
echo GOFLAGS="'-ldflags=-w -s \"-X=github.com/ollama/ollama/version.Version=${GITHUB_REF_NAME#v}\" \"-X=github.com/ollama/ollama/server.mode=release\"'" >>$GITHUB_OUTPUT |
|
|
|
|
|
|
|
|
darwin-build: |
|
|
darwin-build: |
|
|
runs-on: macos-13-xlarge |
|
|
runs-on: macos-13 |
|
|
environment: release |
|
|
environment: release |
|
|
needs: setup-environment |
|
|
needs: setup-environment |
|
|
strategy: |
|
|
strategy: |
|
|
|