diff --git a/.github/workflows/deploy-development.yml b/.github/workflows/deploy-development.yml index d47ad034..9cd25f68 100644 --- a/.github/workflows/deploy-development.yml +++ b/.github/workflows/deploy-development.yml @@ -18,8 +18,8 @@ jobs: os: ubuntu-latest - platform: linux/arm64 os: ubuntu-24.04-arm - - platform: linux/arm/v7 - os: ubuntu-24.04-arm + # - platform: linux/arm/v7 + # os: ubuntu-24.04-arm steps: - uses: actions/checkout@v6 diff --git a/.github/workflows/deploy-edge.yml b/.github/workflows/deploy-edge.yml index 312b72bf..e7ecc442 100644 --- a/.github/workflows/deploy-edge.yml +++ b/.github/workflows/deploy-edge.yml @@ -25,8 +25,8 @@ jobs: os: ubuntu-latest - platform: linux/arm64 os: ubuntu-24.04-arm - - platform: linux/arm/v7 - os: ubuntu-24.04-arm + # - platform: linux/arm/v7 + # os: ubuntu-24.04-arm steps: - uses: actions/checkout@v6 with: diff --git a/.github/workflows/deploy-pr.yml b/.github/workflows/deploy-pr.yml index 28d848e7..77af14ea 100644 --- a/.github/workflows/deploy-pr.yml +++ b/.github/workflows/deploy-pr.yml @@ -21,8 +21,8 @@ jobs: os: ubuntu-latest - platform: linux/arm64 os: ubuntu-24.04-arm - - platform: linux/arm/v7 - os: ubuntu-24.04-arm + # - platform: linux/arm/v7 + # os: ubuntu-24.04-arm steps: - uses: actions/checkout@v6 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7b667752..a7f1bfaa 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,8 +26,8 @@ jobs: os: ubuntu-latest - platform: linux/arm64 os: ubuntu-24.04-arm - - platform: linux/arm/v7 - os: ubuntu-24.04-arm + # - platform: linux/arm/v7 + # os: ubuntu-24.04-arm steps: - uses: actions/checkout@v6 diff --git a/CHANGELOG.md b/CHANGELOG.md index ee6f714e..a2367f06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Allow empty DNS (https://github.com/wg-easy/wg-easy/pull/2052, https://github.com/wg-easy/wg-easy/pull/2057) - Don't include keys in API responses (https://github.com/wg-easy/wg-easy/pull/2015) - Try all QR ecc levels (https://github.com/wg-easy/wg-easy/pull/2288) +- Removed ARMv7 support (https://github.com/wg-easy/wg-easy/pull/2369) ## Docs diff --git a/docs/content/advanced/migrate/from-14-to-15.md b/docs/content/advanced/migrate/from-14-to-15.md index c0e2bd16..3ec3276e 100644 --- a/docs/content/advanced/migrate/from-14-to-15.md +++ b/docs/content/advanced/migrate/from-14-to-15.md @@ -7,7 +7,7 @@ This guide will help you migrate from `v14` to version `v15` of `wg-easy`. ## Changes - This is a complete rewrite of the `wg-easy` project, therefore the configuration files and the way you interact with the project have changed. -- If you use armv6, you unfortunately won't be able to migrate to `v15`. +- If you use armv6 or armv7, you unfortunately won't be able to migrate to `v15`. - If you are connecting to the Web UI via HTTP, you need to set the `INSECURE` environment variable to `true` in the new container. ## Migration diff --git a/docs/content/examples/tutorials/basic-installation.md b/docs/content/examples/tutorials/basic-installation.md index 8fc2ea17..0ef8cddb 100644 --- a/docs/content/examples/tutorials/basic-installation.md +++ b/docs/content/examples/tutorials/basic-installation.md @@ -8,7 +8,7 @@ title: Basic Installation 1. You need to have a host that you can manage 2. You need to have a domain name or a public IP address -3. You need a supported architecture (x86_64, arm64, armv7) +3. You need a supported architecture (x86_64, arm64) 4. You need curl installed on your host ## Install Docker diff --git a/docs/content/getting-started.md b/docs/content/getting-started.md index c1d2a451..c58f6827 100644 --- a/docs/content/getting-started.md +++ b/docs/content/getting-started.md @@ -12,7 +12,7 @@ Before you can get started with deploying your own VPN, there are some requireme 1. You need to have a host that you can manage 2. You need to have a domain name or a public IP address -3. You need a supported architecture (x86_64, arm64, armv7) +3. You need a supported architecture (x86_64, arm64) ### Host Setup