Closed
Description
New Issue Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
- I can reproduce the issue with the latest version of Parse Server.
Issue Description
Auto-release does not publish with multiple architectures, as does the manual release workflow.
The missing arch builds have since been published using workflow release-manual-docker
.
Steps to reproduce
See recent docker images on hub and workflow release-automated
.
Actual Outcome
Publishes for
- linux/arm64
Expected Outcome
Should publish for
- linux/amd64
- linux/arm/v6
- linux/arm/v7
- linux/arm64
Environment
Workflow in release 5.0.0-alpha.2
Logs
n/a