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
03274a6b
Unverified
Commit
03274a6b
authored
Jun 24, 2025
by
Daniel Hiltgen
Committed by
GitHub
Jun 24, 2025
Browse files
ci: recombine linux amd64 binaries (#11188)
Glue the rocm and archive builds back together.
parent
cc6463eb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
.github/workflows/release.yaml
.github/workflows/release.yaml
+12
-2
No files found.
.github/workflows/release.yaml
View file @
03274a6b
...
@@ -468,8 +468,18 @@ jobs:
...
@@ -468,8 +468,18 @@ jobs:
-
uses
:
actions/download-artifact@v4
-
uses
:
actions/download-artifact@v4
with
:
with
:
pattern
:
dist-linux-*
pattern
:
dist-linux-*
path
:
dist
path
:
stage
merge-multiple
:
true
merge-multiple
:
false
-
name
:
Merge linux amd64 payload
working-directory
:
stage/dist-linux-amd64-archive
run
:
|
tar zxf ollama-linux-amd64.tgz
tar zxf ../dist-linux-amd64-rocm/ollama-linux-amd64.tgz
rm -f ollama-linux-amd64.tgz ../dist-linux-amd64-rocm/ollama-linux-amd64.tgz
tar -c -f- --owner 0 --group 0 . | pigz -9vc > ../ollama-linux-amd64.tgz
-
name
:
Cleanup linux payloads
run
:
|
find stage -name ollama-linux\*.tgz -exec mv {} dist/ \;
-
run
:
find . -type f -not -name 'sha256sum.txt' | xargs sha256sum | tee sha256sum.txt
-
run
:
find . -type f -not -name 'sha256sum.txt' | xargs sha256sum | tee sha256sum.txt
working-directory
:
dist
working-directory
:
dist
-
name
:
Create or update Release
-
name
:
Create or update Release
...
...
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