Is your feature request related to a problem? Please describe.
Docker build mode currently cannot specify the Docker platform from auron-build.sh. This is inconvenient on ARM hosts where release builds may need to run as linux/amd64.
Describe the solution you'd like
Add a --platform option to auron-build.sh for Docker build mode and pass it through to Docker Compose.
Describe alternatives you've considered
Additional context
Is your feature request related to a problem? Please describe.
Docker build mode currently cannot specify the Docker platform from
auron-build.sh. This is inconvenient on ARM hosts where release builds may need to run aslinux/amd64.Describe the solution you'd like
Add a
--platformoption toauron-build.shfor Docker build mode and pass it through to Docker Compose.Describe alternatives you've considered
Additional context