Skip to content

New build system + multi-arch images!

Compare
Choose a tag to compare
@jemand771 jemand771 released this 02 Aug 07:09
· 49 commits to main since this release
ab7d7f2

This release doesn't incorporate any code changes but focuses on improving the image build process:

  • Build using GitHub actions instead of Docker Hub cloud builds (those are a pro-only feature now and weren't all that great before)
  • publish to Docker Hub as well as GitHub packages
  • Use smarter caching for builds -> Build time down by as much as 80%
  • Build for multiple architectures: amd64, arm64/v8 and armv7 (same as base image ubuntu:20.04)

This version exists mainly to provide a tag with multi-arch support