Skip to content

Commit c989772

Browse files
committed
chore: Update disk resource limit in build-linux-amd64 workflow
1 parent 9e2697c commit c989772

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-linux-amd64-manual.yml

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ jobs:
77
build-linux-amd64:
88
environment: release
99
runs-on: ubuntu-latest
10+
11+
resources:
12+
repository:
13+
disk: 100000 # 100GB
14+
1015
env:
1116
OLLAMA_SKIP_MANIFEST_CREATE: '1'
1217
BUILD_ARCH: amd64

0 commit comments

Comments
 (0)