From f1ecf6f4591b7da6a120e5af64b9e5ec2587e733 Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Wed, 30 Jun 2021 09:53:17 +0200 Subject: [PATCH] docs: clarify current supported targets [skip ci] --- README.md | 49 ++++++++++++++++++++++++++++++++++--------------- 1 file changed, 34 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 77e397c..cf08263 100644 --- a/README.md +++ b/README.md @@ -32,25 +32,44 @@ ## Releases -### Docker image +### Docker images -Available on [hub.docker.com/r/joseluisq/static-web-server](https://hub.docker.com/r/joseluisq/static-web-server/) +[hub.docker.com/r/joseluisq/static-web-server](https://hub.docker.com/r/joseluisq/static-web-server/) ### Release binaries -Available to download from [github.com/joseluisq/static-web-server/releases](https://github.com/joseluisq/static-web-server/releases). - -Below the current supported targets. - -| **Linux** | **macOS** | **Windows** | -| ----------------------------- | ---------------------- | ------------------------- | -| **x86_64** | | | -| `x86_64-unknown-linux-gnu` | `x86_64-apple-darwin` | `x86_64-pc-windows-msvc` | -| `x86_64-unknown-linux-musl` | | | -| **ARM** | | | -| `aarch64-unknown-linux-musl` | `aarch64-apple-darwin` | `aarch64-pc-windows-msvc` | -| `aarch64-unknown-linux-gnu` | | | -| `arm-unknown-linux-gnueabihf` | | | +[github.com/joseluisq/static-web-server/releases](https://github.com/joseluisq/static-web-server/releases). + +#### Linux + +- **x86** + - `i686-unknown-linux-gnu` + - `i686-unknown-linux-musl` +- **x86_64** + - `x86_64-unknown-linux-gnu` + - `x86_64-unknown-linux-musl` +- **ARM** + - `arm-unknown-linux-gnueabihf` +- **ARM64** + - `aarch64-unknown-linux-musl` + - `aarch64-unknown-linux-gnu` + +#### macOS + +- **x86_64** + - `x86_64-apple-darwin` +- **ARM64** + - `aarch64-apple-darwin` + +#### Windows + +- **x86** + - `i686-pc-windows-msvc` +- **x86_64** + - `x86_64-pc-windows-msvc` + - `x86_64-pc-windows-gnu` +- **ARM64** + - ~~`aarch64-pc-windows-msvc`~~ (temporarily disabled until [briansmith/ring#1167](https://github.com/briansmith/ring/issues/1167)) ## Usage -- libgit2 1.7.2