This seems to be caused by the new LZMA payload compression as using the new undocumented (in the README at least) command line switch --payload-compress zipsolved the problem.
It might be an idea to document in the README that for older O/S's you might need to use --payload gzip.
See: https://github.com/NLnetLabs/krill/runs/4803590475?check_suite_focus=true#step:12:48
This seems to be caused by the new LZMA payload compression as using the new undocumented (in the README at least) command line switch
--payload-compress zip
solved the problem.It might be an idea to document in the README that for older O/S's you might need to use
--payload gzip
.