docker-compose-wait
docker-compose-wait copied to clipboard
docker job should use arch matrix
The docker job inside .github/workflows/release.yml has hardcoded sections for each architecture, this should be removed in favour of the arch matrix.
This is blocked by:
- https://github.com/docker/build-push-action/issues/846
- https://github.com/docker/build-push-action/issues/671