diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c0d025..0e26d05 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: with: context: . push: true - platforms: linux/amd64,linux/arm64,linux/ppc64le + platforms: linux/amd64,linux/arm64 tags: | tarampampam/3proxy:${{ steps.slug.outputs.version-semantic }} tarampampam/3proxy:latest diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c85730..54db8ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver]. +## v1.8.2 + +### Removed + +- `ppc64le` architecture support + ## v1.8.1 ### Added diff --git a/README.md b/README.md index 32b5ab4..9b9cf43 100644 --- a/README.md +++ b/README.md @@ -32,16 +32,15 @@ TCP ports: All supported image tags [can be found here][link_docker_tags]. -Since v1.8.1 architectures `arm64` and `ppc64le` (and `amd64` of course) are supported: +Since v1.8.2 architecture `arm64` (and `amd64` of course) is supported: ```shell -$ docker run --rm mplatform/mquery ghcr.io/tarampampam/3proxy:1.8.1 -Image: ghcr.io/tarampampam/3proxy:1.8.1 +$ docker run --rm mplatform/mquery ghcr.io/tarampampam/3proxy:1.8.2 +Image: ghcr.io/tarampampam/3proxy:1.8.2 * Manifest List: Yes (Image type: application/vnd.docker.distribution.manifest.list.v2+json) * Supported platforms: - linux/amd64 - linux/arm64 - - linux/ppc64le ``` ## Supported environment variables