From 2bd682d23e9e5d4a11e8cfc1c08b6b029c65c4d3 Mon Sep 17 00:00:00 2001 From: Adam Jensen Date: Sat, 3 Apr 2021 20:25:55 -0400 Subject: [PATCH] README: Mention Alpine in list of packaging distros --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 05945c7..2222470 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ Distributions packaging libbpf from this mirror: - [Debian](https://packages.debian.org/source/sid/libbpf) - [Arch](https://www.archlinux.org/packages/extra/x86_64/libbpf/) - [Ubuntu](https://packages.ubuntu.com/source/groovy/libbpf) + - [Alpine](https://pkgs.alpinelinux.org/packages?name=libbpf) Benefits of packaging from the mirror over packaging from kernel sources: - Consistent versioning across distributions. @@ -120,6 +121,7 @@ distributions have Clang/LLVM 10+ packaged by default: - Arch Linux - Ubuntu 20.10 (LLVM 11) - Debian 11 (LLVM 11) + - Alpine 3.13+ Otherwise, please make sure to update it on your system.