Skip to content
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

More runner architectures #7

Closed
kichik opened this issue May 20, 2022 · 0 comments · Fixed by #47
Closed

More runner architectures #7

kichik opened this issue May 20, 2022 · 0 comments · Fixed by #47

Comments

@kichik
Copy link
Member

kichik commented May 20, 2022

Windows, ARM, GPU, and maybe even Mac once we get EC2 instance support.

kichik added a commit that referenced this issue Jun 18, 2022
…te them

Build images in AWS using CodeBuild (or any user configured method) so that:
1. We can automatically update images on a schedule to get the latest runner version and latest OS updates.
2. We can build any type of image independent of the deployment platform. This will make it easy to provide Windows or ARM images (closes #7).
3. We can expose an interface allowing the user to easily modify the Docker images by adding packages or commands to the build process (closes #26).

BREAKING CHANGE: providers no longer take runner version directly
@mergify mergify bot closed this as completed in #47 Jun 21, 2022
mergify bot pushed a commit that referenced this issue Jun 21, 2022
…te them (#47)

Build images in AWS using CodeBuild (or any user configured method) so that:
1. We can automatically update images on a schedule to get the latest runner version and latest OS updates.
2. We can build any type of image independent of the deployment platform. This will make it easy to provide Windows or ARM images (closes #7).
3. We can expose an interface allowing the user to easily modify the Docker images by adding packages or commands to the build process (closes #26).

BREAKING CHANGE: providers no longer take runner version directly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant