Skip to content

Commit

Permalink
fix: fixes error in build
Browse files Browse the repository at this point in the history
Build of 64bit image fails cause lacking of free space

Signed-off-by: Stephan Wendel <me@stephanwe.de>
  • Loading branch information
KwadFan committed Oct 30, 2022
1 parent b0fda44 commit e9a919d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/raspberry/default
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Declare Variables before exporting.
# See https://www.shellcheck.net/wiki/SC2155

BASE_IMAGE_ENLARGEROOT=2500
BASE_IMAGE_ENLARGEROOT=3000
BASE_IMAGE_RESIZEROOT=600
# Compress not needed due compression done in workflow
BASE_RELEASE_COMPRESS=no
Expand Down

0 comments on commit e9a919d

Please sign in to comment.