diff --git a/README.md b/README.md index 862aee2..492d7d7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ +
+ +[![Build CI](https://github.com/rpki-client/rpki-client-portable/workflows/Build%20CI/badge.svg)](https://github.com/rpki-client/rpki-client-portable/actions?query=workflow%3A%22Build+CI%22) +[![Docker Pulls](https://img.shields.io/docker/pulls/rpki/rpki-client.svg)](https://hub.docker.com/r/rpki/rpki-client) + + + + + This is a port of OpenBSD's rpki-client to other operating systems. It is based on portability code from the OpenBGPD, OpenNTPD, OpenSSH, and LibreSSL portable projects. @@ -5,9 +14,6 @@ LibreSSL portable projects. The current portable tree can be found at https://github.com/rpki-client/rpki-client-portable -[![Build CI](https://github.com/rpki-client/rpki-client-portable/workflows/Build%20CI/badge.svg)](https://github.com/rpki-client/rpki-client-portable/actions?query=workflow%3A%22Build+CI%22) -[![Docker Pulls](https://img.shields.io/docker/pulls/rpki/rpki-client.svg)](https://hub.docker.com/r/rpki/rpki-client) - Platform Requirements --------------------- @@ -16,12 +22,11 @@ At the time of writing the portable version is known to build and work on: - OpenBSD - Alpine 3.18, edge - CentOS/RHEL/Rocky 7, 8, 9 - - Debian 10, 11, 12 + - Debian 11, 12, 13 - Fedora 37, 38, Rawhide - Ubuntu 20.04 LTS, 21.04 - - FreeBSD 12 and 13 + - FreeBSD 12, 13, 14 - macOS Catalina - - Windows Subsystem for Linux 2 Building --------