chrisss404 / check-mk-arm

Checkmk for Raspberry Pi.
182 stars 23 forks source link

Add build script for check_mk on Ubuntu 20.04 aarch64 #25

Closed robertoswald closed 3 years ago

chrisss404 commented 3 years ago

Thank you for your contribution.

In the future we can try to unify the build scripts, so that there is only one that supports both architectures.

Note regarding system detection. This can be used on Raspberry Pi OS:

$ uname -m
armv6l
robertoswald commented 3 years ago

Btw. the build script provided by me is Ubuntu 20.04 related and works on x86_64 as well.