mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-23 07:06:07 +00:00
Ease debugging around ImageOS env.var (#63)
This commit is contained in:
committed by
GitHub
parent
ade4f1d567
commit
14d4bc3919
Vendored
+3
-1
@@ -5008,7 +5008,9 @@ function getRunnerOSVersion() {
|
||||
|
||||
if (!containerFromEnvImageOS) {
|
||||
throw new Error(
|
||||
"Tried to map a target OS from env. variable 'ImageOS', but failed. If you're using a " +
|
||||
"Tried to map a target OS from env. variable 'ImageOS' (got " +
|
||||
`${process.env.ImageOS}` +
|
||||
"), but failed. If you're using a " +
|
||||
"self-hosted runner, you should set 'env': 'ImageOS': ... to one of the following: " +
|
||||
"['" +
|
||||
`${Object.keys(ImageOSToContainer).join("', '")}` +
|
||||
|
||||
Reference in New Issue
Block a user