Releases: pguyot/arm-runner-action
Releases · pguyot/arm-runner-action
v2.3.1
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
What's Changed
- New option to fake CPU info by @pguyot in #24
- Run checked out action in tests by @pguyot in #25
- Easier cpu option syntax, with better defaults by @pguyot in #27
- Download gzip image by @chetbox in #28
- Fix use_systemd_nspawn option (fix #29) by @pguyot in #31
- Fix successive invocations by @pguyot in #32
- Support expanding GPT partition table by @chetbox in #30
- CPU info for Raspberry Pi 4B by @chetbox in #33
New Contributors
Full Changelog: v2.2.0...v2.3.0
v2.2.0
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
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
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
- 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
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
- Run update to avoid 404s when fetching packages
- Fix documentation
Release 1.0.3
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
Fix path to qemu-wrapper.c
Fix URL in README.md