run-on-arch-action

A Github Action that executes jobs/commands on non-x86 cpu architectures (ARMv6, ARMv7, aarch64, s390x, ppc64le, riscv64) via QEMU

BSD-3-CLAUSE License

Stars
683
Committers
21

Bot releases are visible (Hide)

run-on-arch-action - 2.7.2 Latest Release

Published by uraimo 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/uraimo/run-on-arch-action/compare/v2.7.1...v2.7.2

run-on-arch-action - 2.7.1

Published by uraimo 9 months ago

Fix and reduce tests, remove Fedora from failing platforms.

Full Changelog: https://github.com/uraimo/run-on-arch-action/compare/v2.7.0...v2.7.1

run-on-arch-action - 2.7.0

Published by uraimo 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/uraimo/run-on-arch-action/compare/v2.6.0...v2.7.0

run-on-arch-action - 2.6.0

Published by uraimo 11 months ago

What's Changed

New Contributors 🎉

Full Changelog: https://github.com/uraimo/run-on-arch-action/compare/v.2.5.1...v2.6.0

run-on-arch-action - 2.5.1

Published by uraimo about 1 year ago

Fixing a typo and publishing the actual v2.5.1.

run-on-arch-action - 2.5.1

Published by uraimo about 1 year ago

Maintenance release, cleaned up actions.yml, marking the token as not required as intended.

Full Changelog: https://github.com/uraimo/run-on-arch-action/compare/v2.5.0...v.2.5.1

run-on-arch-action - 2.5.0

Published by uraimo almost 2 years ago

This release adds a new base_image option that allows to specify a custom image to be used in the internal docker container that this Action creates. This feature has known limitations if you use image caching but will be improved in the next major release.

Please follow the issue #98 for updates on release 3.0, this will likely be the last release of the 2.x branch.

What's Changed

Full Changelog: https://github.com/uraimo/run-on-arch-action/compare/v2.4.0...v2.5.0

run-on-arch-action - 2.4.0

Published by uraimo almost 2 years ago

run-on-arch-action - 2.3.0

Published by uraimo about 2 years ago

Updated node to v16.

run-on-arch-action - 2.2.1

Published by uraimo about 2 years ago

What's Changed

Full Changelog: https://github.com/uraimo/run-on-arch-action/compare/v2.2.0...v2.2.1

run-on-arch-action - 2.2.0

Published by uraimo over 2 years ago

Changelog

New Contributors

Full Changelog: https://github.com/uraimo/run-on-arch-action/compare/v2.1.2...v2.2.0

run-on-arch-action - 2.1.2

Published by uraimo over 2 years ago

Fix floating version tags.

run-on-arch-action - 2.1.1

Published by uraimo about 3 years ago

Support for $GITHUB_ENV.

run-on-arch-action - 2.1.0

Published by uraimo about 3 years ago

Migration to ghcr.io now that the github docker registry is not available anymore.

run-on-arch-action - 2.0.10

Published by uraimo over 3 years ago

Added Debian Bullseye to all platforms, thanks @leoniloris.

run-on-arch-action - 2.0.9

Published by uraimo over 3 years ago

Added Arch for aarch64 and armv7, thanks to @benalexau.

run-on-arch-action - 2.0.8

Published by uraimo almost 4 years ago

Added arm32 Fedora.

run-on-arch-action - 2.0.7

Published by uraimo almost 4 years ago

  • Include dependabot fixes.
run-on-arch-action - 2.0.6

Published by uraimo about 4 years ago

  • Fixed typo in Alpine dockerfile
run-on-arch-action - 2.0.5

Published by uraimo about 4 years ago

  • Also include the workflow name when computing the container name.