-
|
I tried to generate an ISO file locally, few steps are going well and then get this error
image generation is aborted. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
|
That's odd, I'm able to pull that image just fine |
Beta Was this translation helpful? Give feedback.
-
|
After running Github actions image generation works fine, but locale generation is not. |
Beta Was this translation helpful? Give feedback.
-
|
I solve the issue. Error appears if path to recipe.yml doesn't start from It seems the path |
Beta Was this translation helpful? Give feedback.
I solve the issue. Error appears if path to recipe.yml doesn't start from
./recipes/recipe.yml.I need
cdto proper directory with a path./recipes/recipe.ymlto put in bluebuild command.If I type different path like e.g.
./abc/xyz/recipes/recipe.ymlbeing in different directory, then Error appears.It seems the path
./recipes/directory is hardcoded to bluebuild cli. This is the reason of error.