You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the builder_example repo to gerate an image (raw).
Now I want the raw image + an additional (custom) tgz output. I know I can crate this output by having a file with a name like image.base.tar.gz as an executable shell script. This works as intended, but has the unwanted side effect that no raw image is created anymore.
Is there a way to get both? I tried putting the tgz script into a separate feature, but this does not seem to have any effect. I did not find this explained in the docs, but I think it should be explained.
The text was updated successfully, but these errors were encountered:
I'm using the builder_example repo to gerate an image (raw).
Now I want the raw image + an additional (custom) tgz output. I know I can crate this output by having a file with a name like
image.base.tar.gz
as an executable shell script. This works as intended, but has the unwanted side effect that no raw image is created anymore.Is there a way to get both? I tried putting the tgz script into a separate feature, but this does not seem to have any effect. I did not find this explained in the docs, but I think it should be explained.
The text was updated successfully, but these errors were encountered: