Releases: machulav/ec2-github-runner
Releases · machulav/ec2-github-runner
Allow for Spot Instance
Add market-type
to you config.
- name: Start EC2 runner
id: start-ec2-runner
uses: machulav/ec2-github-runner@v2
with:
mode: start
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
ec2-image-id: ${{ env.ARM_EC2_IMAGE_ID }}
ec2-instance-type: c7g.4xlarge
subnet-id: ...
security-group-id: ...
market-type: spot
v2.3.7
v2.3.6
What's Changed
Full Changelog: v2.3.5...v2.3.6
v2.3.5
What's Changed
- Upgrade NodeJS from 16 to 20 by @absalukaskosina in #182
- Update runner version to v2.286.0 by @machulav in #184
- Bump xml2js and aws-sdk by @dependabot in #145
- Update build CI to trigger it manually by @machulav in #185
- Fix "package" CI (temporary quick fix) by @machulav in #186
New Contributors
- @absalukaskosina made their first contribution in #182
Full Changelog: v2.3.4...v2.3.5
v2
This tag tracks the latest v2.x.x release.
v2.3.4
What's Changed
- Add 'pre-runner-script' option by @tonyhutter in #154
New Contributors
- @tonyhutter made their first contribution in #154
Full Changelog: v2...v2.3.4
v2.3.3
What's Changed
- Bump @actions/core from 1.6.0 to 1.9.1 by @dependabot in #109
- Bump node-fetch from 2.6.6 to 2.6.7 by @dependabot in #105
- Fix deprecation warnings by @machulav in #123
Full Changelog: v2.3.2...v2.3.3
v2.3.2
v2.3.1
v2.3.0
This release introduces:
A big thank you to @jpalomaki for the contribution 🙏