Skip to content

Commit 70a3223

Browse files
authored
Merge pull request #10 from oposs/docs/publication-status
docs: binaries are published now, so stop saying they aren't
2 parents 93600c3 + 9d4748f commit 70a3223

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

docs/src/getting-started/installation.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,13 @@ automatically, so you do not have to manage versions by hand.
2020
eDAPtor uses the [rustls](https://github.com/rustls/rustls) TLS backend, so
2121
**no OpenSSL is needed** to build or run it. This also means static,
2222
self-contained `musl` release binaries can be produced without vendoring a TLS
23-
library; pre-built static binaries will be published via GitHub Releases once
24-
the project is pushed.
25-
26-
The release workflow's build matrix is configured to produce binaries for
27-
Linux (`x86_64`/`aarch64`, static musl), macOS (Intel and Apple Silicon),
28-
Windows, and **illumos** (`x86_64`, e.g. OmniOS) — but no release has shipped
29-
yet, so no binaries have actually been published for any of these targets. The
30-
illumos binary is dynamically linked — illumos has no static libc — and links
31-
only against base system libraries.
23+
library.
24+
25+
Pre-built binaries are published with each
26+
[GitHub Release](https://github.com/oposs/edaptor/releases) for Linux
27+
(`x86_64`/`aarch64`, static musl), macOS (Intel and Apple Silicon), Windows, and
28+
**illumos** (`x86_64`, e.g. OmniOS). The illumos binary is dynamically linked —
29+
illumos has no static libc — and links only against base system libraries.
3230

3331
## Configuration file
3432

0 commit comments

Comments
 (0)