blue-build / modules

BlueBuild standard modules used for building your Atomic Images
Apache License 2.0
24 stars 1 forks source link

refactor: fonts module #140

Closed xynydev closed 6 months ago

xynydev commented 7 months ago

My ideas of non-recipe-using image builds using parts of the fonts module never came true, so maybe it's time to refactor the module somewhat to not have to pass the arrays between scripts, as that's causing some issues with the latest fixes to get_yaml_array https://github.com/blue-build/github-action/issues/16

fiftydinar commented 7 months ago

As a workaround, custom get_yaml_array function can be defined in the module, to not break the user experience, with my PR above.