Skip to content

Commit

Permalink
fix(release-2.9): remove using undefined flags in magefile
Browse files Browse the repository at this point in the history
  • Loading branch information
supershal committed Oct 9, 2024
1 parent 37c439d commit 14e48a7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -412,12 +412,6 @@ func createOSBundle(osName, kubernetesVersion, downloadDir string, fips, gpu boo
if fips {
args = append(args, "--fips=true")
}
if osName == "redhat 8.8" || osName == "redhat 8.6" {
args = append(args, "--enable-eus-repos=true")
}
if gpu {
args = append(args, "--fetch-kernel-headers=true")
}
return sh.RunV(wrapperCmd, args...)
}

Expand Down

0 comments on commit 14e48a7

Please sign in to comment.