valetudo-misc/tools/htop
ben f89f7e5615 htop: README cleanup 2024-02-15 04:39:05 +01:00
..
bin htop: use buildx --ouput 2024-02-14 22:38:29 +01:00
.gitignore htop: use buildx --ouput 2024-02-14 22:38:29 +01:00
Dockerfile htop: README cleanup 2024-02-15 04:39:05 +01:00
README.md htop: README cleanup 2024-02-15 04:39:05 +01:00

README.md

htop

This folder contains a Dockerfile adapted from vercel/pkg-fetch, which produces a statically linked (musl) htop binary for armv7

UPX has been removed, as the latest UPX release doesn't like to compress armv7 binaries (2022-05-09). The latest CI build does however work fine.

Because this builds a statically linked binary, it also runs on aarch64.

$ docker build --progress plain --output bin/ -t valetudo-htop-armv7 .

The resulting htop binary will be copied to bin, and because it is statically-linked, it also runs on aarch64.