Skip to content

Commit

Permalink
readme clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
vrince committed Jan 6, 2022
1 parent a8cf568 commit 87ee123
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

Automated Elastic `filebeat`, `metricbeat`, `heartbeat` & `packagebeat` builds for `linux/armv7` & `linux/armv6` on `debian buster`.

[![CI](https://github.com/vrince/arm-beats/actions/workflows/beats.yml/badge.svg)](https://github.com/vrince/arm-beats/actions/workflows/beats.yml)
## Goal

Currently elastic do not provide any `arm32` (`armv7` / `armv6`) builds, this repo provides those builds.
Expand All @@ -11,11 +10,14 @@ Originally this is meant to make `filebeat` work on `raspberry pi`, being at it

### Builds

[![CI](https://github.com/vrince/arm-beats/actions/workflows/beats.yml/badge.svg)](https://github.com/vrince/arm-beats/actions/workflows/beats.yml)

[![](http://github-actions.40ants.com/vrince/arm-beats/matrix.svg)](https://github.com/vrince/arm-beats)
## How it works

Use emulated (`qemu`) multi-arch capability of docker. Performance is really not that great, so those builds only perform `go get` to build necessary binary file. Finally official elasticsearch corresponding beat package is patch by swapping main binary.

## Reference

Elastic beat : https://www.elastic.co/beats/
Built from source : https://github.com/elastic/beats
* Elastic beat : https://www.elastic.co/beats/
* Built from source : https://github.com/elastic/beats

0 comments on commit 87ee123

Please sign in to comment.