From b753d1daf31b3d126ca2d1b7145312c1aea6a2c9 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 13 Feb 2021 16:07:08 +0100 Subject: Revert "[configs/releng] Do not build i686" This reverts commit 01b54d240624e56b3e5415b6cf56a7fc3c987f24. --- configs/releng/build.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/releng/build.sh b/configs/releng/build.sh index a2ab27b..2c42f59 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -305,19 +305,19 @@ mkdir -p "${work_dir}" run_once make_pacman_conf # Do all stuff for each airootfs -for arch in x86_64; do +for arch in i686 x86_64; do run_once make_custom_airootfs run_once make_packages done run_once make_packages_efi -for arch in x86_64; do +for arch in i686 x86_64; do run_once make_setup_mkinitcpio run_once make_customize_airootfs done -for arch in x86_64; do +for arch in i686 x86_64; do run_once make_boot done @@ -328,7 +328,7 @@ run_once make_isolinux run_once make_efi run_once make_efiboot -for arch in x86_64; do +for arch in i686 x86_64; do run_once make_prepare done -- cgit v1.2.3-54-g00ecf