Skip to content

Commit

Permalink
Update archs
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Jan 21, 2024
1 parent bd65e6a commit a2ebd40
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: ["linux/386", "linux/amd64", "linux/arm/v6", "linux/arm/v7", "linux/arm64/v8", "linux/ppc64le", "linux/s390x"]
# "linux/s390x" -> because of horust not built for s390x
platform: ["linux/386", "linux/amd64", "linux/arm/v6", "linux/arm/v7", "linux/arm64/v8", "linux/ppc64le"]

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

env:
IMAGE_TAG: docker.io/botsudo/docker-openldap:latest
PLATFORM: "linux/amd64,linux/arm/v7,linux/arm64/v8"
PLATFORM: "linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le"

jobs:
push_to_registry:
Expand Down
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,16 @@ Can be found on [Docker Hub](https://hub.docker.com/r/botsudo/docker-openldap)

## Supported/built CPU architectures (on the Docker image)

- `amd64`
- `arm64/v8`
- `arm/v7`
- `linux/386`
- `linux/amd64`
- `linux/arm/v6`
- `linux/arm/v7`
- `linux/arm64/v8`
- `linux/ppc64le`

### No yet supported

- `linux/s390x` -> because the Horust package is not built on s390x

## Pull the image

Expand Down

0 comments on commit a2ebd40

Please sign in to comment.