From 5bcc62990b918ee4e6cda4e0175150d3b1f6deaa Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Tue, 13 Jul 2021 18:04:47 +0200 Subject: [PATCH] docs: freebsd targets [skip ci] --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 93c1e61..213e63c 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ - Configurable using CLI arguments or environment variables. - First-class [Docker](https://docs.docker.com/get-started/overview/) support. [Scratch](https://hub.docker.com/_/scratch) and latest [Alpine Linux](https://hub.docker.com/_/alpine) Docker images available. - Ability to accept a socket listener as a file descriptor for use in sandboxing and on-demand applications (E.g [systemd](http://0pointer.de/blog/projects/socket-activation.html)). -- Cross-platform. Binaries available for Linux, macOS and Windows x86_64 / ARM. +- Cross-platform. Binaries available for Linux, macOS, Windows & FreeBSD x86_64 / ARM. ## Releases @@ -71,6 +71,13 @@ - **ARM64** - ~~`aarch64-pc-windows-msvc`~~ (temporarily disabled until [briansmith/ring#1167](https://github.com/briansmith/ring/issues/1167)) +#### FreeBSD + +- **x86** + - `i686-unknown-freebsd` +- **x86_64** + - `x86_64-unknown-freebsd` + ## Usage Server can be configured either via environment variables or their equivalent command-line arguments. -- libgit2 1.7.2