ec2-github-runner

On-demand self-hosted AWS EC2 runner for GitHub Actions

MIT License

Stars
737
Committers
11
ec2-github-runner - v2.3.6 Latest Release

Published by machulav 8 months ago

What's Changed

Full Changelog: https://github.com/machulav/ec2-github-runner/compare/v2.3.5...v2.3.6

ec2-github-runner - v2.3.5

Published by machulav 8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/machulav/ec2-github-runner/compare/v2.3.4...v2.3.5

ec2-github-runner - v2.3.4

Published by machulav 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/machulav/ec2-github-runner/compare/v2...v2.3.4

ec2-github-runner - v2.3.3

Published by machulav almost 2 years ago

What's Changed

Full Changelog: https://github.com/machulav/ec2-github-runner/compare/v2.3.2...v2.3.3

ec2-github-runner - v2.3.2

Published by machulav almost 3 years ago

ec2-github-runner - v2.3.1

Published by machulav almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/machulav/ec2-github-runner/compare/v2.3.0...v2.3.1

ec2-github-runner - v2.3.0

Published by machulav about 3 years ago

This release introduces:

  • Use pre-installed GitHub runner on the AMI (#38)
  • Update the runner version to the latest one (#67)

A big thank you to @jpalomaki for the contribution 🙏

ec2-github-runner - v2.2.1

Published by machulav over 3 years ago

This release contains fixes for the following bugs: #46, #32, #47.

This time a big thank you goes to @davinchia for discovering and fixing the #46! 🙏

ec2-github-runner - v2

Published by machulav over 3 years ago

This tag tracks the latest v2.x.x release.

ec2-github-runner - v2.2.0

Published by machulav over 3 years ago

This release introduces ARM64 support for the runner (#37).
Now you can use ARM-based EC2 instances to run your jobs.

A big thank you to @theopolis for the contribution and @mikemhenry for testing! 🙏

ec2-github-runner - v2.1.0

Published by machulav over 3 years ago

This release introduces the following things: #25, #24, #28, #26, #30, #31, #33, and some other small fixes.

A big thank you to @hajapy for the implementation of the new features and the bug fixes! 🙏

ec2-github-runner - v2.0.0

Published by machulav almost 4 years ago

This release improves the following things:

  • Allow the users to be more flexible in the choice of Linux distribution and tools during the AMI preparation;
  • Reduce the EC2 runner creation time as all the necessary tools will be already installed on the AMI;
  • Improve documentation.

NOTE: As we already have active users and the new version is not backward compatible with the previous versions, the new major version is introduced.

In order to migrate to this version, please install docker and git and then enable the docker service.
See more details in the documentation: How to start → 3. Prepare EC2 image

ec2-github-runner - v1.0.2

Published by machulav almost 4 years ago

This release introduces the following things:

  • Run GitHub runner script using the root user. Instead of creating a new user for that purpose, which causes many issues with permissions.
  • Install and start docker to be able to run Docker container actions.
  • Install git to run actions that require additional git manipulations.

NOTE: To reduce the scope of changes and testing, I limited supported Linux distribution to only Amazon Linux 2.
In the future, I'm going to add support for the other distributive if required. As we don't have the active user's yet, we don't introduce a major version.

ec2-github-runner - v1.0.1

Published by machulav almost 4 years ago

This release introduces the following things:

  • The action for EC2 runner termination is more stable now.
ec2-github-runner - Initial release

Published by machulav almost 4 years ago

Initial release

Package Rankings
Top 1.42% on Github actions
Badges
Extracted from project README
awesome-runners
Related Projects