Skip to content

Releases: machulav/ec2-github-runner

v2.3.9: Update README.md

21 Mar 09:12
a8c20fc
Compare
Choose a tag to compare

Be able to define custom labels, startup optimizations. Was able to decrease startup time from 71 to 37 seconds.

          startup-quiet-period-seconds: 10
          startup-retry-interval-seconds: 2

Allow for Spot Instance

22 Jan 09:01
28fbe1c
Compare
Choose a tag to compare

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

30 Oct 13:52
Compare
Choose a tag to compare

What's Changed

  • Upgrade to AWS SDK 3 and NodeJS 20 in #192

Full Changelog: v2.3.6...v2.3.7

v2.3.6

19 Feb 16:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.5...v2.3.6

v2.3.5

19 Feb 13:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.4...v2.3.5

v2

29 Jun 23:06
Compare
Choose a tag to compare

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

v2.3.4

03 Dec 10:04
2c4d1dc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2...v2.3.4

v2.3.3

09 Nov 12:48
4e0303d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.2...v2.3.3

v2.3.2

13 Jan 22:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.1...v2.3.2

v2.3.1

13 Jan 21:45
7f0f481
Compare
Choose a tag to compare

What's Changed

  • fix: invalid culture identifier by @skyzh in #88

New Contributors

  • @skyzh made their first contribution in #88

Full Changelog: v2.3.0...v2.3.1