Skip to content

Commit

Permalink
Install kernel in ubuntu for all arches
Browse files Browse the repository at this point in the history
Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka committed Jan 29, 2025
1 parent c598929 commit 034efd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/values/packagemaps.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ var ImmucorePackages = PackageMap{
// No arch required here, maybe models will need different packages?
var KernelPackages = PackageMap{
Ubuntu: {
ArchAMD64: {
ArchCommon: {
">=20.04, != 24.10": {
// This is a template, so we can replace the version with the actual version of the system
"linux-image-generic-hwe-{{.version}}",
Expand Down

0 comments on commit 034efd3

Please sign in to comment.