From b15bcae344d719c346ddeb6351309095817eccd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Torres=20P=C3=A9rez?= Date: Tue, 30 Apr 2024 00:33:37 +0200 Subject: [PATCH] Missing extension for files --- config/recipe-nvidia.yml | 4 ++-- config/recipe.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/recipe-nvidia.yml b/config/recipe-nvidia.yml index 5bc14c3..ad6a529 100644 --- a/config/recipe-nvidia.yml +++ b/config/recipe-nvidia.yml @@ -10,9 +10,9 @@ image-version: 40 # latest is also supported if you want new updates ASAP # module configuration, executed in order # you can include multiple instances of the same module modules: - - from-file: common-recipe + - from-file: common-recipe.yml - - from-file: nvidia-changes + - from-file: nvidia-changes.yml - type: signing # this sets up the proper policy & signing files for signed images to work fully diff --git a/config/recipe.yml b/config/recipe.yml index f14452b..9398e9f 100644 --- a/config/recipe.yml +++ b/config/recipe.yml @@ -10,7 +10,7 @@ image-version: 40 # latest is also supported if you want new updates ASAP # module configuration, executed in order # you can include multiple instances of the same module modules: - - from-file: common-recipe + - from-file: common-recipe.yml - type: signing # this sets up the proper policy & signing files for signed images to work fully