Skip to content

Commit a867039

Browse files
committed
internal/build: apply -ubuntu to env (#27910)
1 parent f298ec4 commit a867039

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal/build/env.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,8 @@ func applyEnvFlags(env Environment) Environment {
170170
if *CronJobFlag {
171171
env.IsCronJob = true
172172
}
173+
if *UbuntuVersionFlag != "" {
174+
env.UbuntuVersion = *UbuntuVersionFlag
175+
}
173176
return env
174177
}

0 commit comments

Comments
 (0)