Skip to content

Commit 6e9313b

Browse files
glattercjGhostofGoes
authored andcommitted
fix: increase disk size for kali image build
Running out of disk space during the automated builds, so bump it up a little.
1 parent 6e1303b commit 6e9313b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ bookworm:
3232
# Build kali.qc2 -- Kali, GUI
3333
kali:
3434
@$(CHECK_IMAGE)
35-
@$(PHENIX) image create -P kali-tools-top10 -r kali-rolling -v mingui -s 20G $(COMPRESS) $(@)
35+
@$(PHENIX) image create -P kali-tools-top10 -r kali-rolling -v mingui -s 80G $(COMPRESS) $(@)
3636
@$(PHENIX_IMAGE_BUILD) $(@)
3737
@$(INJECT_MINICCC)
3838

0 commit comments

Comments
 (0)