Skip to content

Commit

Permalink
fix(pkg/driverbuilder): add fedora updates-archive
Browse files Browse the repository at this point in the history
  • Loading branch information
acidghost committed Aug 12, 2024
1 parent 9ee5859 commit fce8218
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkg/driverbuilder/builder/fedora.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,13 @@ func (c *fedora) URLs(kr kernelrelease.KernelRelease) ([]string, error) {
kr.Fullversion,
kr.FullExtraversion,
),
fmt.Sprintf( // updates-archive
"https://fedoraproject-updates-archive.fedoraproject.org/fedora/%s/%s/kernel-devel-%s%s.rpm",
version,
kr.Architecture.ToNonDeb(),
kr.Fullversion,
kr.FullExtraversion,
),
}

// return out all possible urls
Expand Down

0 comments on commit fce8218

Please sign in to comment.