monstache icon indicating copy to clipboard operation
monstache copied to clipboard

ARM64 support

Open hpinhal opened this issue 4 years ago • 1 comments

Greetings!

Is there a plan to support ARM CPUs?

hpinhal avatar Jun 11 '21 11:06 hpinhal

It works on m1 arm 64 :)

With warn message test env

docker desktop kubernetes skaffold Helm chart elsaticsearch cluster Mongo db atlas

Prod env

Eks

ImNM avatar Sep 01 '21 16:09 ImNM

how can start monstach? my cpu arm64 only amd64, windows format in download folder

ms0510k avatar Nov 02 '22 08:11 ms0510k

how can start monstach? my cpu arm64 only amd64, windows format in download folder

@ms0510k just excute docker img it works on arm64

ImNM avatar Nov 02 '22 08:11 ImNM

@ms0510k just excute docker img it works on arm64

I tried docker image on arm64 but get this error: exec /bin/monstache: exec format error Can you share your config?

suroot-chalt avatar May 12 '23 20:05 suroot-chalt

You can run monstache on ARM64:

  • download & extract source code
  • install some go (e.g. golang-go on Ubuntu distro, just successfully tested on version: 1.18.1)
  • go to the directory with extracted source code
  • run go install -> this creates ~/go/bin/monstache binary that can be used :heavy_check_mark:

porn avatar Jun 13 '23 11:06 porn