Hi all, not about much at the moment (plague / childcare, etc, etc).
Just a quick infodump. If you’re planning on using a container, you might have an easier time just using the Atmel provided binaries we’re currently using with Travis:
See the install section of the .travis.yml file.
From what I recall the Atmel binaries are slowly starting to bitrot, so while they work just fine in the older Ubuntu distro that Travis uses as default they might not work in newer distros. AFAIK they are statically compiled so it might be quite a trivial fixup with patchelf or LD_LIBRARY_PATH.
It might even be worth having a go to see if the binaries work in the GitHub action environment. Otherwise just pick a slightly older distro for the container.
Hope that’s helpful.