mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
internal/build: apply -ubuntu to env (#27910)
This commit is contained in:
parent
f298ec4fe1
commit
a867039c53
1 changed files with 3 additions and 0 deletions
|
|
@ -170,5 +170,8 @@ func applyEnvFlags(env Environment) Environment {
|
|||
if *CronJobFlag {
|
||||
env.IsCronJob = true
|
||||
}
|
||||
if *UbuntuVersionFlag != "" {
|
||||
env.UbuntuVersion = *UbuntuVersionFlag
|
||||
}
|
||||
return env
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue