Skip to content

Commit

Permalink
ci: remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
bvobart committed May 5, 2024
1 parent 7c9740b commit f1be1be
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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! "
Expand Down

0 comments on commit f1be1be

Please sign in to comment.