Skip to content

Commit 55d3e17

Browse files
remove i386 & components
1 parent 1abf7af commit 55d3e17

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

suites/jammy/raw.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,12 @@ export OVERRIDER_COMPRESSION_TYPE
1010
export SUITE
1111
export ENABLE_EXIT
1212
export ENABLE_USER_SETUP
13-
export COMPONENTS
1413

1514
SUITE="jammy"
1615
frn="out/$SUITE-raw"
1716
OVERRIDER_COMPRESSION_TYPE="gzip"
1817
ENABLE_EXIT=true
1918
ENABLE_USER_SETUP=false
20-
COMPONENTS="multiverse,universe,main,restricted"
2119

2220
additional_setup() {
2321

suites/kinetic/raw.sh

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,12 @@ export OVERRIDER_COMPRESSION_TYPE
1010
export SUITE
1111
export ENABLE_EXIT
1212
export ENABLE_USER_SETUP
13-
export COMPONENTS
1413

1514
SUITE="kinetic"
1615
frn="out/$SUITE-raw"
1716
OVERRIDER_COMPRESSION_TYPE="gzip"
1817
ENABLE_EXIT=true
1918
ENABLE_USER_SETUP=false
20-
COMPONENTS="multiverse,universe,main,restricted"
2119

2220

2321
additional_setup() {
@@ -63,9 +61,9 @@ EOF
6361
# arch name as $1
6462

6563
case $1 in
66-
arm64 | armhf | amd64 | i386 ) _arch="$1" ;;
67-
all | -a) _arch="armhf arm64 amd64 i386" ;;
68-
*) die "Unknown arch option [ Allowed: arm64, armhf, amd64, i386, all(for all 4) ]" ;;
64+
arm64 | armhf | amd64) _arch="$1" ;;
65+
all | -a) _arch="armhf arm64 amd64" ;;
66+
*) die "Unknown arch option [ Allowed: arm64, armhf, amd64, all(for all 3) ]" ;;
6967
esac
7068

7169
for arch in ${_arch}; do

0 commit comments

Comments
 (0)