-
Notifications
You must be signed in to change notification settings - Fork 340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds support for windows instances #104
Open
crunchy234
wants to merge
49
commits into
machulav:main
Choose a base branch
from
crunchy234:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+155,146
−67,482
Open
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
96dee15
feat(windows): adds support for windows instances
crunchy234 1abbaa2
chore: changes name to match marketplace specs
crunchy234 500dd9b
chore: fixes actions deployment issues
crunchy234 b9effce
chore: adds some debug
crunchy234 617ffe6
feat: adds support for specifying key pair for instance
crunchy234 99ca6af
feat: updates runner version to current latest (2.291.1)
crunchy234 0022c29
Update dist
0d44c7c
fix: only requires base os in start mode
crunchy234 695aaf3
Update dist
cd87be5
feat: simplifies OS inputs as well as make backwards compatible with …
crunchy234 ccfd289
Update dist
c770582
fix: fixes new change to ec2-os input
crunchy234 5e7952f
Update dist
8e5c9d1
docs: updates docs to include how to setup a windows AMI
crunchy234 8e5ab1b
Wrong script was run when runnerHomeDir was defined
mhriemers a6b83f7
npm run package
mhriemers b947dc2
Merge pull request #1 from mhriemers/patch-1
crunchy234 da38a64
Update dist
7be409a
fix: use labels in windows to avoid naming conflict
crunchy234 5df1ca5
feat: update to use node 16
crunchy234 f01274c
chore: updates npm packages
crunchy234 b53ccac
chore: updates to use latest cache package
crunchy234 41bda0f
ci: use legacy ssl provider
crunchy234 96b4842
Update dist
a135f0c
feat: update to use AWS SDK v3
crunchy234 fed3187
Update dist
f319abc
Merge remote-tracking branch 'upstream/main' into main
crunchy234 4b18122
chore: removes deprecated method
crunchy234 af75bbc
chore: calculate latest dist
crunchy234 79e872b
chore: reverts some changes to make this closer to primary repo
crunchy234 359f41b
ci: fixes issue running package on ubuntu-latest
crunchy234 50424a0
Merge remote-tracking branch 'upstream/main'
crunchy234 427072b
Update dist
b41e7a7
feat: updates to aws sdk js v3
crunchy234 4f34903
chore: updates package lock
crunchy234 702d348
Update dist
2b83da5
fix: change way the EC2 client is imported
crunchy234 469abb8
Update dist
1e63487
Merge branch 'main-original'
crunchy234 938ae2c
Update dist
d833296
feat: adds support for spinning up multiple instances if needed
crunchy234 a62ccaf
Update dist
c3e3509
fix: adds new inputs to action.yml
crunchy234 68cb437
fix: makes sure that instances can be terminated
crunchy234 53f4dd1
Update dist
b42ba56
chore: changes back to old input parameter for easy upgrade
crunchy234 619d526
Merge branch 'main' of github.com-crunchy234:crunchy234/ec2-github-ru…
crunchy234 58021c4
fix: makes sure output is correct
crunchy234 69d2d59
Update dist
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Dmitry1987 This is what you need to do to get the Windows instance to start correctly and run the passed-in user commands.