Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Apr 13:28
· 41 commits to main since this release
  • Support containers.

    Note:

    • Only Ubuntu and Debian containers are currently supported.

    • Not fully supported for some targets.

    • --privileged option is currently required (due to binfmt).

      container:
        image: '...'
        options: --privileged
  • Improve robustness of installation.