There was an error while loading. Please reload this page.
1 parent 4354026 commit 7d06ec8Copy full SHA for 7d06ec8
1 file changed
.github/workflows/docker-build.yml
@@ -84,7 +84,9 @@ jobs:
84
- name: Checkout Code
85
uses: actions/checkout@v6
86
with:
87
- lfs: true
+ # The selected RK3588 contexts are committed as regular Git blobs so
88
+ # image builds remain available when the repository LFS quota is full.
89
+ lfs: false
90
91
- name: Check if build is needed
92
id: check_changes
0 commit comments