-
I'm trying to use debos to build an image similar to armbian, and need to image many different devices. The current debos example only uses one yaml file to implement a single image export, and the action execution results are superimposed. Is there a way for debos to make multiple slightly different images and export them? |
Beta Was this translation helpful? Give feedback.
Answered by
obbardc
Jul 23, 2024
Replies: 1 comment 1 reply
-
I'd suggest to create two recipes; one which generates a generic tarball (with the pack action); then a separate recipe which generates the hardware-specific image. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
qinghon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd suggest to create two recipes; one which generates a generic tarball (with the pack action); then a separate recipe which generates the hardware-specific image.