Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is.
BRANE for Windows brane-windows-x86_64.exe tries to build packages for Linux.
brane build [path to .yml] produces the following error (tested on https://github.com/nightmare224/brane-programming-project)

It looks like it calls:
docker buildx build --output type=docker,dest=image.tar --tag preprocessing:1.0.0 --platform linux/x86_64 --build-arg BRANELET_ARCH=x86_64 --build-arg JUICEFS_ARCH=amd64
There is no documentation how to override the platform via options, the "brane build --arch" does not recognize windows/amd64 that docker buildx build would accept and no suitable options are listed in the documentation.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Enable brane package building from Windows.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is.
BRANE for Windows brane-windows-x86_64.exe tries to build packages for Linux.
It looks like it calls:
There is no documentation how to override the platform via options, the "brane build --arch" does not recognize windows/amd64 that docker buildx build would accept and no suitable options are listed in the documentation.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Enable brane package building from Windows.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.