Unverified Commit 68860063 authored by Felix Lange's avatar Felix Lange Committed by GitHub

internal/build: apply -ubuntu to env (#27910)

parent e91b21ce
...@@ -170,5 +170,8 @@ func applyEnvFlags(env Environment) Environment { ...@@ -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
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment