index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2023-10-29 21:42:20.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2023-10-29 21:42:20.0 +00:00:00
commit
2798725f56118cdfb42c16fbe74a3f9c1f909e9d [patch]
tree
df7e4d8a38781250027cab76b191fc2678f86e8e
parent
fd4bfd4eb53008444f9ae071afeb260839d7954d
download
2798725f56118cdfb42c16fbe74a3f9c1f909e9d.tar.gz

docs: powerpc64le and s390x targets [skip ci]



Diff

 README.md                                 |  2 +-
 docs/content/download-and-install.tmpl.md | 10 ++++++++++
 docs/content/index.md                     |  2 +-
 docs/content/platforms-architectures.md   |  8 ++++++++
 4 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 8d3a9ad..ab7c63c 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@ Cross-platform and available for `Linux`, `macOS`, `Windows`, `FreeBSD`, `NetBSD
- Available as a library crate with opt-in features.
- First-class [Docker]https://docs.docker.com/get-started/overview/ support. [Scratch]https://hub.docker.com/_/scratch, latest [Alpine Linux]https://hub.docker.com/_/alpine and [Debian]https://hub.docker.com/_/alpine Docker images.
- Ability to accept a socket listener as a file descriptor for sandboxing and on-demand applications (e.g. [systemd]http://0pointer.de/blog/projects/socket-activation.html).
- Cross-platform. Pre-compiled binaries for Linux, macOS, Windows, NetBSD, Android (`x86/x86_64`, `ARM/ARM64`) and WebAssembly (via [Warmer]https://wasmer.io/wasmer/static-web-server).
- Cross-platform. Pre-compiled binaries for Linux, macOS, Windows, FreeBSD, NetBSD, Android (`x86/x86_64`, `ARM/ARM64`) and WebAssembly (via [Warmer]https://wasmer.io/wasmer/static-web-server).

## Documentation

diff --git a/docs/content/download-and-install.tmpl.md b/docs/content/download-and-install.tmpl.md
index 2d9e684..a810051 100644
--- a/docs/content/download-and-install.tmpl.md
+++ b/docs/content/download-and-install.tmpl.md
@@ -136,6 +136,16 @@ Pre-compiled binaries grouped by CPU architectures.
- [static-web-server-{{RELEASE_VERSION}}-armv7-unknown-linux-musleabihf.tar.gz]https://github.com/static-web-server/static-web-server/releases/download/{{RELEASE_VERSION}}/static-web-server-{{RELEASE_VERSION}}-armv7-unknown-linux-musleabihf.tar.gz<br>
<small>**SHA256SUM:** `{{armv7-unknown-linux-musleabihf.tar.gz}}`</small>

## PowerPC

- [static-web-server-{{RELEASE_VERSION}}-powerpc64le-unknown-linux-gnu.tar.gz]https://github.com/static-web-server/static-web-server/releases/download/{{RELEASE_VERSION}}/static-web-server-{{RELEASE_VERSION}}-powerpc64le-unknown-linux-gnu.tar.gz<br>
<small>**SHA256SUM:** `{{powerpc64le-unknown-linux-gnu.tar.gz}}`</small>

## S390X

- [static-web-server-{{RELEASE_VERSION}}-s390x-unknown-linux-gnu.tar.gz]https://github.com/static-web-server/static-web-server/releases/download/{{RELEASE_VERSION}}/static-web-server-{{RELEASE_VERSION}}-s390x-unknown-linux-gnu.tar.gz<br>
<small>**SHA256SUM:** `{{s390x-unknown-linux-gnu.tar.gz}}`</small>

## Source files

- [static-web-server-{{RELEASE_VERSION_NUM}}.tar.gz]https://github.com/static-web-server/static-web-server/archive/refs/tags/{{RELEASE_VERSION}}.tar.gz<br>
diff --git a/docs/content/index.md b/docs/content/index.md
index 9d4a3a6..03a5043 100644
--- a/docs/content/index.md
+++ b/docs/content/index.md
@@ -74,7 +74,7 @@ Cross-platform and available for `Linux`, `macOS`, `Windows`, `FreeBSD`, `NetBSD
- Available as a library crate with opt-in features.
- First-class [Docker]https://docs.docker.com/get-started/overview/ support. [Scratch]https://hub.docker.com/_/scratch, latest [Alpine Linux]https://hub.docker.com/_/alpine and [Debian]https://hub.docker.com/_/alpine Docker images.
- Ability to accept a socket listener as a file descriptor for sandboxing and on-demand applications (e.g. [systemd]http://0pointer.de/blog/projects/socket-activation.html).
- Cross-platform. Pre-compiled binaries for Linux, macOS, Windows, NetBSD, Android (`x86/x86_64`, `ARM/ARM64`) and WebAssembly (via [Warmer]https://wasmer.io/wasmer/static-web-server).
- Cross-platform. Pre-compiled binaries for Linux, macOS, Windows, FreeBSD, NetBSD, Android (`x86/x86_64`, `ARM/ARM64`) and WebAssembly (via [Warmer]https://wasmer.io/wasmer/static-web-server).

## Benchmarks

diff --git a/docs/content/platforms-architectures.md b/docs/content/platforms-architectures.md
index 1b67a76..c5dee46 100644
--- a/docs/content/platforms-architectures.md
+++ b/docs/content/platforms-architectures.md
@@ -62,3 +62,11 @@ Currently, only the following platforms/architectures are supported.

#### x86_64
  - `x86_64-unknown-illumos`

## PowerPC

- `powerpc64le-unknown-linux-gnu`

## S390X

- `s390x-unknown-linux-gnu`