Skip to content

Commit

Permalink
feat: support more CPU architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
corenting committed Jun 17, 2023
1 parent 8ad27a0 commit 823ee07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/arm64/v8, linux/amd64
platforms: linux/amd64, linux/ppc64le, linux/arm/v5, linux/arm/v7, linux/arm64/v8
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ There are multiple tags:
- `dev` for the latest commit on the master branch
- Version tags (like `0.1.1`, `0.1.2`) for specific versions

The image supports linux/amd64 or linux/arm64 architectures.
The image supports the following platforms: linux/amd64, linux/ppc64le, linux/arm/v5, linux/arm/v7 and linux/arm64/v8 .

### Without Docker

Expand Down

0 comments on commit 823ee07

Please sign in to comment.