From f1be1be1b9e71bb282236f31876835ee19e3bdc7 Mon Sep 17 00:00:00 2001 From: Bart van Oort Date: Sun, 5 May 2024 15:00:31 +0200 Subject: [PATCH] ci: remove debug prints --- .github/workflows/main.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index efe8c9e..3f82cdc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,8 +29,7 @@ jobs: with: base_image: dietpi:rpi_armv8_bullseye cpu: cortex-a53 - image_additional_mb: 840 # produces a total disk image size of about 1536 MiB - optimize_image: false # TODO: this is broken, see the comment below + image_additional_mb: 500 commands: | set +x echo @@ -41,12 +40,6 @@ jobs: ./dietpi/build.sh - # TODO: for some reason, the resulting image only has one partition, namely the boot partition. - # TODO: There's no secondary ext4 partition... - # Seems to be because of an error during resizing the rootfs partition: https://github.com/pguyot/arm-runner-action/issues/87 - - df - echo echo ">--------------------------------------------------------------------------------------------------<" echo "> Done! "