Gerrrr opened a new pull request, #149: URL: https://github.com/apache/otava/pull/149
The docker buildx build command had no `--platform` flag, so images were built only for the host architecture. This caused examples to fail on amd64 when the published image was arm64-only. - Add `--platform linux/amd64,linux/arm64` to buildx commands in `tox.ini` - Add QEMU and Buildx setup steps to CI workflow - Simplify tox docker-push to push directly to Dockerhub - Update RELEASE.md to use `tox -e docker-push` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
