-
|
I followed the instructions here for 'Automatic' I've made a modification to the default recipe with this commit, which includes changing to Bazzite, replacing nano with micro, and adding Joplin flatpak Build is here Error is Searching around just found me a bug that was fixed 6 months ago And it's not listed in common issues I've used rpm search & flatpak search to confirm the names of files What would be my next step? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Seems you're trying to build on top of When we make the next version of the recipe format this will likely change, since the current version is somewhat of an oversight and may be confusing for new users. |
Beta Was this translation helpful? Give feedback.
Seems you're trying to build on top of
:stable, by specifying the tag in thebase-imageproperty.image-versionis currently the correct way to set the tag used to pull the image, so set that tostableand remove:stablefrom the end ofbase-image.When we make the next version of the recipe format this will likely change, since the current version is somewhat of an oversight and may be confusing for new users.