From 2798725f56118cdfb42c16fbe74a3f9c1f909e9d Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Sun, 29 Oct 2023 22:42:20 +0100 Subject: [PATCH] docs: powerpc64le and s390x targets [skip ci] --- 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)
**SHA256SUM:** `{{armv7-unknown-linux-musleabihf.tar.gz}}` +## 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)
+**SHA256SUM:** `{{powerpc64le-unknown-linux-gnu.tar.gz}}` + +## 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)
+**SHA256SUM:** `{{s390x-unknown-linux-gnu.tar.gz}}` + ## 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)
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` -- libgit2 1.7.2