Skip to content

Tags: machulav/ec2-github-runner

Tags

v2.3.8

Toggle v2.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support for using spot instances (#210)

* Update ecmaVersion to 2020

* Run prettier on src

* Add marketType input

* Specify InstanceMarketOptions

* Fix typo

* Generate dist

* Allow specifying market type

v2.3.7

Toggle v2.3.7's commit message
Update dist

v2.3.6

Toggle v2.3.6's commit message
Update dist

v2.3.5

Toggle v2.3.5's commit message
Update dist

v2

Toggle v2's commit message
Update dist

v2.3.4

Toggle v2.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add 'pre-runner-script' option (#154)

Add a 'pre-runner-script' option to specify arbitrary bash commands to run
before the runner starts up on the instance.  This is useful if you need
to install dependencies or have OS-specific setup steps.  For example:

      - name: Start EC2 runner
        with:
	 mode: start
	 ec2-image-id: ami-07bdb09c49774f92e
	 pre-runner-script: |
	      sudo yum update -y && \
	      sudo yum install docker git libicu -y \
	      sudo systemctl enable docker

Signed-off-by: Tony Hutter <[email protected]>

v2.3.3

Toggle v2.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix deprecation warnings (#123)

* Update node version

* Update version of packages

* Update version of runner

* Update version of actions

* Update dist

v2-test

Toggle v2-test's commit message
Update tag

v2.3.2

Toggle v2.3.2's commit message
Update dist

v2.3.1

Toggle v2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: `invalid culture identifier` (#88)

* remove `DOTNET_SYSTEM_GLOBALIZATION_INVARIANT`

* build index.js

Signed-off-by: Alex Chi <[email protected]>