diff --git a/.github/workflows/build-iso.yml b/.github/workflows/build-iso.yml index 36161ef..c77217a 100644 --- a/.github/workflows/build-iso.yml +++ b/.github/workflows/build-iso.yml @@ -21,6 +21,7 @@ jobs: libmagickcore-dev libmagickwand-dev libssl-dev \ mercurial openssh-client p7zip-full ftp bison sudo apt-get autoremove -y + sudo df -h - name: Checkout uses: actions/checkout@v3 diff --git a/build.sh b/build.sh index e966bd9..da96284 100755 --- a/build.sh +++ b/build.sh @@ -16,6 +16,7 @@ for profile in "${profiles[@]}"; do profile_builddir="$builddir/$profile"; mkdir -p $profile_builddir; cd "$profile_builddir" /repo/kiwi-build \ + --debug \ --image-type=iso \ --image-profile="$profile" \ --kiwi-description-dir=/repo/ \