Skip to content

Commit

Permalink
Skip rocm on linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga committed Nov 29, 2024
1 parent a3be74a commit c1f9ee5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
run: echo "VERSION=${{ github.sha }}" >> $GITHUB_ENV
- run: |
./scripts/build_linux.sh
env:
OLLAMA_SKIP_ROCM_GENERATE: true
- uses: actions/upload-artifact@v4
with:
name: dist-linux-amd64
Expand Down

0 comments on commit c1f9ee5

Please sign in to comment.