forked from cerc-io/plugeth
internal/build: apply -ubuntu to env (#27910)
This commit is contained in:
parent
e91b21ce2b
commit
68860063fb
@ -170,5 +170,8 @@ func applyEnvFlags(env Environment) Environment {
|
|||||||
if *CronJobFlag {
|
if *CronJobFlag {
|
||||||
env.IsCronJob = true
|
env.IsCronJob = true
|
||||||
}
|
}
|
||||||
|
if *UbuntuVersionFlag != "" {
|
||||||
|
env.UbuntuVersion = *UbuntuVersionFlag
|
||||||
|
}
|
||||||
return env
|
return env
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user