Skip to content

Commit

Permalink
internal/build: apply -ubuntu to env (#27910)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl committed Aug 12, 2023
1 parent f298ec4 commit a867039
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/build/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,5 +170,8 @@ func applyEnvFlags(env Environment) Environment {
if *CronJobFlag {
env.IsCronJob = true
}
if *UbuntuVersionFlag != "" {
env.UbuntuVersion = *UbuntuVersionFlag
}
return env
}

0 comments on commit a867039

Please sign in to comment.