Skip to content

Commit

Permalink
release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jieliu2000 committed Feb 6, 2025
1 parent 8406d61 commit 11f6cb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
GOOS=linux GOARCH=amd64 go build -o dist/ollama-lens-linux-amd64 main.go
GOOS=darwin GOARCH=arm64 go build -o dist/ollama-lens-macos-arm64 main.go
GOOS=windows GOARCH=amd64 go build -o dist/ollama-lens-windows-amd64.exe main.go
GOOS=linux GOARCH=arm64 go build -o dist/ollama-lens-linux-arm64 main.go
GOOS=windows GOARCH=arm64 go build -o dist/ollama-lens-windows-arm64 main.go
GOOS=darwin GOARCH=amd64 go build -o dist/ollama-lens-macos-amd64 main.go
- name: Package artifacts
run: |
Expand Down

0 comments on commit 11f6cb1

Please sign in to comment.