Browse Source

remove armv6/7 support for now

pull/1666/head
Bernd Storath 5 months ago
parent
commit
81444fcb9b
  1. 2
      .github/FUNDING.yml
  2. 2
      .github/workflows/deploy-development.yml
  3. 2
      .github/workflows/deploy-nightly.yml
  4. 2
      .github/workflows/deploy-pr.yml
  5. 2
      .github/workflows/deploy.yml
  6. 9
      CHANGELOG.md

2
.github/FUNDING.yml

@ -1,3 +1,3 @@
# These are supported funding model platforms # These are supported funding model platforms
github: weejewel github: [weejewel, kaaax0815]

2
.github/workflows/deploy-development.yml

@ -32,7 +32,7 @@ jobs:
with: with:
context: . context: .
push: true push: true
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8 platforms: linux/amd64,linux/arm64/v8
tags: ghcr.io/wg-easy/wg-easy:development tags: ghcr.io/wg-easy/wg-easy:development
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=min cache-to: type=gha,mode=min

2
.github/workflows/deploy-nightly.yml

@ -36,7 +36,7 @@ jobs:
with: with:
context: . context: .
push: true push: true
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8 platforms: linux/amd64,linux/arm64/v8
tags: ghcr.io/wg-easy/wg-easy:nightly tags: ghcr.io/wg-easy/wg-easy:nightly
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=min cache-to: type=gha,mode=min

2
.github/workflows/deploy-pr.yml

@ -37,7 +37,7 @@ jobs:
with: with:
context: . context: .
push: false push: false
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8 platforms: linux/amd64,linux/arm64/v8
tags: ghcr.io/wg-easy/wg-easy:pr tags: ghcr.io/wg-easy/wg-easy:pr
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=min cache-to: type=gha,mode=min

2
.github/workflows/deploy.yml

@ -48,7 +48,7 @@ jobs:
with: with:
context: . context: .
push: true push: true
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8 platforms: linux/amd64,linux/arm64/v8
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha cache-from: type=gha

9
CHANGELOG.md

@ -20,13 +20,10 @@ This update is an entire rewrite to make it even easier to set up your own VPN.
- CIDR Support - CIDR Support
- IPv6 Support - IPv6 Support
- Changed API Structure - Changed API Structure
- Changed Database Structure - SQLite Database
- Deprecated Dockerless Installations - Deprecated Dockerless Installations
- Added Docker Volume Mount - Added Docker Volume Mount (`/lib/modules`)
- Removed ARMv6 and ARMv7 support
## Minor Changes
- Renamed Chinese Locales (cht -> zh-cht, chs -> zh-chs)
## [14.0.0] - 2024-09-04 ## [14.0.0] - 2024-09-04

Loading…
Cancel
Save