From a55acb281610d155bf1b67012f2b6f5f5c1dfd62 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Sun, 14 Feb 2021 18:59:27 +0000 Subject: [PATCH] CI: Alpine s390x build removed (periodic crashes) --- .github/workflows/build.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9be7016c..8ced9d9c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,10 +72,10 @@ jobs: echo ::set-output name=build_date::$(date -u +%Y-%m-%dT%H:%M:%SZ) if [ "$TAG" != "$GITHUB_REF" ]; then echo ::set-output name=version::$TAG - echo ::set-output name=platforms::linux/amd64,linux/386,linux/arm64,linux/arm/v6,linux/arm/v7,linux/s390x,linux/ppc64le + echo ::set-output name=platforms::linux/amd64,linux/386,linux/arm64,linux/arm/v6,linux/arm/v7,linux/ppc64le elif [ "$BRANCH" = "master" ]; then echo ::set-output name=version::latest - echo ::set-output name=platforms::linux/amd64,linux/386,linux/arm64,linux/arm/v6,linux/arm/v7,linux/s390x,linux/ppc64le + echo ::set-output name=platforms::linux/amd64,linux/386,linux/arm64,linux/arm/v6,linux/arm/v7,linux/ppc64le else echo ::set-output name=version::$BRANCH echo ::set-output name=platforms::linux/amd64 diff --git a/README.md b/README.md index 134211f6..ca87e8c0 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Mullvad, Windscribe, Surfshark Cyberghost, VyprVPN, NordVPN, PureVPN and Privado - Built in HTTP proxy (tunnels HTTP and HTTPS through TCP) - [Connect other containers to it](https://github.com/qdm12/gluetun/wiki/Connect-to-gluetun) - [Connect LAN devices to it](https://github.com/qdm12/gluetun/wiki/Connect-to-gluetun) -- Compatible with amd64, i686 (32 bit), **ARM** 64 bit, ARM 32 bit v6 and v7, and even s390x as well as ppc64le 🎆 +- Compatible with amd64, i686 (32 bit), **ARM** 64 bit, ARM 32 bit v6 and v7, and even ppc64le 🎆 - VPN server side port forwarding for Private Internet Access and Vyprvpn - Possibility of split horizon DNS by selecting multiple DNS over TLS providers - Subprograms all drop root privileges once launched