arm-runner-action

Run tests natively and build images directly from GitHub Actions using a chroot-based virtualized Raspberry Pi (raspios/raspbian) environment

BSD-3-CLAUSE License

Stars
153
Committers
15

Bot releases are hidden (Show)

arm-runner-action - v2.6.5 Latest Release

Published by pguyot 5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/pguyot/arm-runner-action/compare/v2.6.4...v2.6.5

arm-runner-action - v2.6.4

Published by pguyot 5 months ago

What's Changed

Full Changelog: https://github.com/pguyot/arm-runner-action/compare/v2.6.3...v2.6.4

arm-runner-action - v2.6.3

Published by pguyot 5 months ago

What's Changed

Full Changelog: https://github.com/pguyot/arm-runner-action/compare/v2.6.2...v2.6.3

arm-runner-action - v2.6.2

Published by pguyot 5 months ago

Full Changelog: https://github.com/pguyot/arm-runner-action/compare/v2.6.1...v2.6.2

What's Changed

Full Changelog: https://github.com/pguyot/arm-runner-action/compare/v2.6.1...v2.6.2

arm-runner-action - v2.6.1

Published by pguyot 6 months ago

arm-runner-action - v2.6.0

Published by pguyot 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/pguyot/arm-runner-action/compare/v2.5.2...v2.6.0

arm-runner-action - v2.5.2

Published by pguyot almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/pguyot/arm-runner-action/compare/v2.5.1...v2.5.2

arm-runner-action - v2.5.1

Published by pguyot about 2 years ago

What's Changed

Full Changelog: https://github.com/pguyot/arm-runner-action/compare/v2.5.0...v2.5.1

arm-runner-action - v2.5.0

Published by pguyot about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/pguyot/arm-runner-action/compare/v2.4...v2.5.0

arm-runner-action - Release 2.4.0

Published by pguyot over 2 years ago

arm-runner-action - v2.3.1

Published by pguyot over 2 years ago

What's Changed

Full Changelog: https://github.com/pguyot/arm-runner-action/compare/v2.3.0...v2.3.1

arm-runner-action - v2.3.0

Published by pguyot over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/pguyot/arm-runner-action/compare/v2.2.0...v2.3.0

arm-runner-action - v2.2.0

Published by pguyot over 2 years ago

What's Changed

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

Full Changelog: https://github.com/pguyot/arm-runner-action/compare/v2.1.0...v2.2.0

arm-runner-action - v2.1.0

Published by pguyot over 2 years ago

What's Changed

Full Changelog: https://github.com/pguyot/arm-runner-action/compare/v2...v2.1.0

arm-runner-action - v2.0.0

Published by pguyot over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/pguyot/arm-runner-action/compare/v1.0.6...v2.0.0

arm-runner-action - Release 1.0.6

Published by pguyot over 3 years ago

  • 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
arm-runner-action - Release 1.0.5

Published by pguyot over 3 years ago

Add support for two new images:

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

Contributed by @f-laurens (Thanks!)

arm-runner-action - Release 1.0.4

Published by pguyot over 3 years ago

  • Run update to avoid 404s when fetching packages
  • Fix documentation
arm-runner-action - Release 1.0.3

Published by pguyot over 3 years ago

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

arm-runner-action - Release 1.0.2

Published by pguyot over 3 years ago

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