Prometheus.io for Win-32 bit

Hello!

I would like to ask you if Prometheus.io is available for Win-32 bit, otherwise would it be possible to build it same as Grafana from source? I tried to build it in Windows 10, but i got the following error using

make build config.file prometheus.yml

> prometheus-io@0.46.0 build
> set "GENERATE_SOURCEMAP=false" && bash build_ui.sh --all

build_ui.sh: line 2: 
```\r': command not found
build_ui.sh: line 15: 
```\r': command not found
: invalid optione 16: set: -
set: usage: set [-abefhkmnptuvxBCEHPT] [-o option-name] [--] [-] [arg ...]
build_ui.sh: line 17: 
```\r': command not found
build_ui.sh: line 18: syntax error in conditional expression
make: *** [ui-build] Error 127

after updating

> "build": "set \"GENERATE_SOURCEMAP=false\" && bash build_ui.sh --all"

, in package.json.

If Prometheus is available for Windows 32-bit, it would help me a lot!

Regards

Hello again!

I have recently found that there is a Win-32 bit edition for Prometheus via architecture 386 in the Download | Prometheus.

Regards