New build system + multi-arch images!
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
andarmv7
(same as base imageubuntu:20.04
)
This version exists mainly to provide a tag with multi-arch support