From 19cbd9701718b75914cfa70e59fe72fabcb88aa1 Mon Sep 17 00:00:00 2001 From: N-Storm Date: Tue, 5 Mar 2024 11:48:20 +0300 Subject: [PATCH] Update build/README.md: added CI badge --- build/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/README.md b/build/README.md index 35e3ae8..b4572cf 100644 --- a/build/README.md +++ b/build/README.md @@ -1,6 +1,8 @@ Building boringtun-cli Packages from Source =========================================== +[![Docker Image CI](https://github.com/N-Storm/boringguard/actions/workflows/docker-image.yml/badge.svg)](https://github.com/N-Storm/boringguard/actions/workflows/docker-image.yml) + This directory contains scripts to build [Boringtun](https://github.com/cloudflare/boringtun) from sources. It has been tested on Debian 11 & 12 but should also work on Ubuntu. The entire build process is done within Docker containers and is as simple as running the `BUILD.sh` script. This script will download all prerequisites, including build tools, toolchains, etc. Once built, the packages will be "extracted" from the container to the `./packages` directory.