Skip to content

Releases: pguyot/arm-runner-action

v2.3.1

16 Apr 10:26
e7477c0
Compare
Choose a tag to compare

What's Changed

  • Fix issue with raspios latest images that are now .xz instead of .zip previously by automatically determining image compression format by @pguyot in #36

Full Changelog: v2.3.0...v2.3.1

v2.3.0

02 Apr 06:21
8c7afbd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

20 Feb 00:35
Compare
Choose a tag to compare

What's Changed

  • New option bind_mount_repository which bind mounts repository within the image and simplifies some workflows

Full Changelog: v2.1.0...v2.2.0

v2.1.0

14 Feb 20:46
Compare
Choose a tag to compare

What's Changed

  • Add support for raspios_lite:2022-01-28 image by @f-laurens in #23
  • Add support for aarch64 images

Full Changelog: v2...v2.1.0

v2.0.0

13 Feb 14:03
8e7f643
Compare
Choose a tag to compare

What's Changed

  • Add shrinking of rootfs and image to optimize_image functionality by @f-laurens in #7
  • Shell enhancements by @twojstaryzdomu in #9 and #10
  • Custom url by @twojstaryzdomu in #13
  • Add support for Bullseye based RasPiOS and DietPi images. by @f-laurens in #14
  • Add os latest version download and makes raspios latest the default (closes #16). by @2010019970909 in #17
  • Remove support for DietPi Buster as it is not longer available. by @f-laurens in #22
  • Added support for latest raspios_lite 2021-11-08 (bullseye) by @cooked in #19

New Contributors

  • @twojstaryzdomu made their first contribution in #9
  • @2010019970909 made their first contribution in #17
  • @cooked made their first contribution in #19

Full Changelog: v1.0.6...v2.0.0

Release 1.0.6

27 Jun 15:46
8542916
Compare
Choose a tag to compare
  • Added option to fill image with zeroes for better compression (contributed by @f-laurens)
  • Fix bug related to copy_artifact_dest option (thanks @patrickelectric)
  • Added tests

Release 1.0.5

20 Jun 04:55
f12f3e6
Compare
Choose a tag to compare

Add support for two new images:

  • raspios_lite:2021-05-07 (new default)
  • dietpi:rpi_armv6_buster

Contributed by @f-laurens (Thanks!)

Release 1.0.4

07 May 19:20
Compare
Choose a tag to compare
  • Run update to avoid 404s when fetching packages
  • Fix documentation

Release 1.0.3

02 May 21:27
Compare
Choose a tag to compare

New input copy_repository_path to specify repository path within chroot
Add path to image to outputs
Add use_systemd_nspawn to use systemd_nspawn

Release 1.0.2

30 Apr 22:18
Compare
Choose a tag to compare

Fix path to qemu-wrapper.c
Fix URL in README.md