From 915fb6df7984820c0b9e32a97fcf6d8707ceedcc Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Fri, 26 Jul 2019 12:28:40 +0300 Subject: [PATCH] README.md: mention that arm builds can run on Raspberry Pi --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 653b3762b..07b22d328 100644 --- a/README.md +++ b/README.md @@ -339,6 +339,8 @@ to your needs. #### ARM build +ARM builds may run on Raspberry Pi or on [energy-efficient ARM servers](https://blog.cloudflare.com/arm-takes-wing/). + 1. [Install Go](https://golang.org/doc/install). The minimum supported version is Go 1.12. 2. Run `make victoria-metrics-arm` or `make victoria-metrics-arm64` from the root folder of the repository. It will build `victoria-metrics-arm` or `victoria-metrics-arm64` binary respectively and put it into the `bin` folder.