Skip to content

Commit 7d06ec8

Browse files
committed
ci: bypass LFS for aligned rk3588 builds
1 parent 4354026 commit 7d06ec8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/docker-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ jobs:
8484
- name: Checkout Code
8585
uses: actions/checkout@v6
8686
with:
87-
lfs: true
87+
# 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
8890

8991
- name: Check if build is needed
9092
id: check_changes

0 commit comments

Comments
 (0)