Skip to content

Commit

Permalink
fix: frop ppc64le arch support
Browse files Browse the repository at this point in the history
  • Loading branch information
tarampampam committed Jan 22, 2023
1 parent 713f37e commit a1a2354
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1a2354

Please sign in to comment.