whywaita / myshoes

Auto-scaling VirtualMachine runner 🏃 for GitHub Actions
MIT License
132 stars 13 forks source link

Support multiple image ID #136

Closed bbq-all-stars closed 2 years ago

bbq-all-stars commented 2 years ago

This project is great! Thank you for developing it.

By the way, I would like to be able to change an image ID for each target. Are there any plans to support multiple image ID?

whywaita commented 2 years ago

Hi @bbq-all-stars :)

There is no plan for your suggestion now.

image ID (that maybe identification value for OS image) is a specific value for cloud providers. But myshoes can use in many environments, it includes environments that do not support image ID.

Some providers implemented managing image id. (e.g. shoes-lxd) Please open the issue in the provider repository if you want to use implemented provider.

bbq-all-stars commented 2 years ago

@whywaita Thank you for your response!

I understand that this issue is with the provider. I'm now planning to develop a new provider. When I do, I'll refer to the show-lxd architecture.

Thanks.