What's Changed
Zipline now supports arm64 using a separate image ghcr.io/diced/zipline/arm:trunk
This image is cross compatible with amd64 and arm64, yet I advise amd64 users to just use the normal docker image as the arm one is like 600mb while amd64 is only 300mb
If you are on arm and want to use it then, first git pull
then docker-compose --file docker-compose.arm.yml up -d
This fixes #131
Full Changelog: v3.4.2...v3.4.3