Drop the check on the host architecture when you build installer images

The installer images can be built on any architecture.
merge-requests/16/head
Raphaël Hertzog 4 years ago
parent f3a8a2d472
commit 9bc29959fc
No known key found for this signature in database
GPG Key ID: 03881DABEBC29AB9

@ -127,7 +127,7 @@ if [ -z "$KALI_VERSION" ]; then
fi
# Check parameters
if [ "$HOST_ARCH" != "$KALI_ARCH" ]; then
if [ "$HOST_ARCH" != "$KALI_ARCH" ] && [ "$IMAGE_TYPE" != "installer" ]; then
case "$HOST_ARCH/$KALI_ARCH" in
amd64/i386|i386/amd64)
;;

Loading…
Cancel
Save