Skip to content

Commit

Permalink
fix(release-2.9): remove using undefined flags in magefile (#1199)
Browse files Browse the repository at this point in the history
* fix(release-2.9): remove using undefined flags in magefile

* fix: remove centos mirror repo for RHEL 8.4
  • Loading branch information
supershal authored Oct 9, 2024
1 parent 37c439d commit db9845b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
8 changes: 0 additions & 8 deletions bundles/redhat8.4/repo-templates/centos.repo

This file was deleted.

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 db9845b

Please sign in to comment.