bluebuild doesn't like tabs for indentation in recipes?

So, GitHub actions is reporting that apparently from my recipe file, the first column is invalid
× Recipe ./recipes/recipe.yml failed to validate
╰─▶ × Failed to deserialize recipe ./recipes/recipe.yml
╰─▶ found character that cannot start any token at line 10 column 1,
× Recipe ./recipes/recipe.yml failed to validate
╰─▶ × Failed to deserialize recipe ./recipes/recipe.yml
╰─▶ found character that cannot start any token at line 10 column 1,
the first column is... a regular tab character this doesn't happen on my other image, ublue-niri where instead of tabs I use spaces ...what's going on here?
Solution:
The yaml file specification requires the use of spaces instead of tabs when indenting
Jump to solution
1 Reply
Solution
Luke Skywunker
Luke Skywunker4mo ago
The yaml file specification requires the use of spaces instead of tabs when indenting

Did you find this page helpful?