Skip to content

Commit c1f9ee5

Browse files
committed
Skip rocm on linux build
1 parent a3be74a commit c1f9ee5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-testing.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
run: echo "VERSION=${{ github.sha }}" >> $GITHUB_ENV
5656
- run: |
5757
./scripts/build_linux.sh
58+
env:
59+
OLLAMA_SKIP_ROCM_GENERATE: true
5860
- uses: actions/upload-artifact@v4
5961
with:
6062
name: dist-linux-amd64

0 commit comments

Comments
 (0)