Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
80d34260
Unverified
Commit
80d34260
authored
Nov 05, 2025
by
Daniel Hiltgen
Committed by
GitHub
Nov 05, 2025
Browse files
ci: re-enable signing (#12974)
parent
1ca608bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
.github/workflows/release.yaml
.github/workflows/release.yaml
+12
-12
No files found.
.github/workflows/release.yaml
View file @
80d34260
...
...
@@ -264,20 +264,20 @@ jobs:
KEY_CONTAINER
:
${{ vars.KEY_CONTAINER }}
steps
:
-
uses
:
actions/checkout@v4
#
- uses: google-github-actions/auth@v2
#
with:
#
project_id: ollama
#
credentials_json: ${{ secrets.GOOGLE_SIGNING_CREDENTIALS }}
#
- run: |
#
$ErrorActionPreference = "Stop"
#
Invoke-WebRequest -Uri "https://go.microsoft.com/fwlink/p/?LinkId=323507" -OutFile "${{ runner.temp }}\sdksetup.exe"
#
Start-Process "${{ runner.temp }}\sdksetup.exe" -ArgumentList @("/q") -NoNewWindow -Wait
-
uses
:
google-github-actions/auth@v2
with
:
project_id
:
ollama
credentials_json
:
${{ secrets.GOOGLE_SIGNING_CREDENTIALS }}
-
run
:
|
$ErrorActionPreference = "Stop"
Invoke-WebRequest -Uri "https://go.microsoft.com/fwlink/p/?LinkId=323507" -OutFile "${{ runner.temp }}\sdksetup.exe"
Start-Process "${{ runner.temp }}\sdksetup.exe" -ArgumentList @("/q") -NoNewWindow -Wait
#
Invoke-WebRequest -Uri "https://github.com/GoogleCloudPlatform/kms-integrations/releases/download/cng-v1.0/kmscng-1.0-windows-amd64.zip" -OutFile "${{ runner.temp }}\plugin.zip"
#
Expand-Archive -Path "${{ runner.temp }}\plugin.zip" -DestinationPath "${{ runner.temp }}\plugin\"
#
& "${{ runner.temp }}\plugin\*\kmscng.msi" /quiet
Invoke-WebRequest -Uri "https://github.com/GoogleCloudPlatform/kms-integrations/releases/download/cng-v1.0/kmscng-1.0-windows-amd64.zip" -OutFile "${{ runner.temp }}\plugin.zip"
Expand-Archive -Path "${{ runner.temp }}\plugin.zip" -DestinationPath "${{ runner.temp }}\plugin\"
& "${{ runner.temp }}\plugin\*\kmscng.msi" /quiet
#
echo "${{ vars.OLLAMA_CERT }}" >ollama_inc.crt
echo "${{ vars.OLLAMA_CERT }}" >ollama_inc.crt
-
uses
:
actions/setup-go@v5
with
:
go-version-file
:
go.mod
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment