Skip to content

Docker Manifest Support

Compare
Choose a tag to compare
@jc21 jc21 released this 02 Apr 02:55
· 1198 commits to master since this release

Now you don't have to care about which architecture to pull, you just need to pull latest and if your arch is supported, the correct arch image will be used.

Currently only supporting:

  • amd64
  • arm64
  • armv7l
  • armv6l - not automatically built for each release, please ask if you need updates

Also adds a patch for #98 thanks to @kolbii