Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
deactivate arm/v7 (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst authored Aug 15, 2023
1 parent a5da3a3 commit 2095c8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
TIMEZONE=Europe/London
BASE=${{ matrix.server }}
target: ${{ matrix.type }}
platforms: linux/amd64,linux/arm64,linux/arm/v8,linux/arm/v7 #,linux/arm/v6
platforms: linux/amd64,linux/arm64,linux/arm/v8 #,linux/arm/v7,linux/arm/v6
tags: |
kimai/kimai2:${{ matrix.server }}-${{ matrix.type }}
kimai/kimai2:${{ matrix.server }}-${{steps.remote_version.outputs.version}}-${{ matrix.type }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kimai-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
TIMEZONE=Europe/London
BASE=${{ matrix.server }}
target: ${{ matrix.type }}
platforms: linux/amd64,linux/arm64,linux/arm/v8,linux/arm/v7 #,linux/arm/v6
platforms: linux/amd64,linux/arm64,linux/arm/v8 #,linux/arm/v7,linux/arm/v6
tags: |
kimai/kimai2:${{ matrix.server }}-${{ matrix.type }}
kimai/kimai2:${{ matrix.server }}-${{steps.remote_version.outputs.version}}-${{ matrix.type }}
Expand Down
2 changes: 1 addition & 1 deletion docs/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ The process to build it relies on Buildx, install that from here <https://github
And then you can build an alternate architecture:

```bash
docker buildx build --platform linux/arm/v7,linux/arm64/v8,linux/amd64 -t kimai/kimai2:multi .
docker buildx build --platform linux/arm64/v8,linux/amd64 -t kimai/kimai2:multi .
```

0 comments on commit 2095c8a

Please sign in to comment.