Skip to content

Commit

Permalink
Missing extension for files
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Torres Pérez committed Apr 29, 2024
1 parent 3b65330 commit b15bcae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/recipe-nvidia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion config/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b15bcae

Please sign in to comment.