We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3928f commit b6268d2Copy full SHA for b6268d2
build-impish-raw.sh
@@ -9,10 +9,12 @@ source plugins/colors
9
10
export OVERRIDER_COMPRESSION_TYPE
11
export SUITE
12
+export ENABLE_EXIT
13
14
frn="out/impish-raw"
15
OVERRIDER_COMPRESSION_TYPE="gzip"
16
SUITE="impish"
17
+ENABLE_EXIT=true
18
19
do_debootstrap "${frn}-arm64" arm64
20
do_compress "${frn}-arm64"
cook.sh
@@ -8,9 +8,11 @@ source plugins/envsetup
8
source plugins/colors
frn="out/hirsute-raw"
0 commit comments