You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not related to a problem, but it would be nice if we could avoid having to set the ImageOS env var and the action could detect it for us (at least some of the time).
Describe the feature you'd like
For Ubuntu-based runners (and possibly other Linux distros), it would be great if the action could just read from /etc/os-release things like ID=ubuntu and VERSION_ID=24.04 for example, rather than users setting ImageOS=ubuntu24 explicitly.
Describe alternatives you've considered
Setting ImageOS works, just a thought for a small improvement 😄
Additional context
Hopefully it makes sense and would be helpful!
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
Not related to a problem, but it would be nice if we could avoid having to set the
ImageOS
env var and the action could detect it for us (at least some of the time).Describe the feature you'd like
For Ubuntu-based runners (and possibly other Linux distros), it would be great if the action could just read from
/etc/os-release
things likeID=ubuntu
andVERSION_ID=24.04
for example, rather than users settingImageOS=ubuntu24
explicitly.Describe alternatives you've considered
Setting
ImageOS
works, just a thought for a small improvement 😄Additional context
Hopefully it makes sense and would be helpful!
The text was updated successfully, but these errors were encountered: