Skip to content
This repository was archived by the owner on Feb 7, 2026. It is now read-only.

Commit 63167c5

Browse files
author
Markus Zellner
committed
No armv7 anymore
1 parent eaa00ad commit 63167c5

4 files changed

Lines changed: 1 addition & 4 deletions

File tree

‎.github/workflows/dev.yml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
platforms: |
4747
linux/amd64
4848
linux/arm64
49-
linux/arm/v7
5049
push: ${{ github.event_name != 'pull_request' }}
5150
build-args: BUILDX_QEMU_ENV=true
5251
tags: odin568/fe2_kartengenerierung:${{ env.RELEASE_VERSION }}

‎.github/workflows/latest.yml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
platforms: |
4747
linux/amd64
4848
linux/arm64
49-
linux/arm/v7
5049
push: ${{ github.event_name != 'pull_request' }}
5150
build-args: BUILDX_QEMU_ENV=true
5251
tags: odin568/fe2_kartengenerierung:${{ env.RELEASE_VERSION }}

‎.github/workflows/release.yml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
platforms: |
5050
linux/amd64
5151
linux/arm64
52-
linux/arm/v7
5352
push: ${{ github.event_name != 'pull_request' }}
5453
build-args: BUILDX_QEMU_ENV=true
5554
tags: odin568/fe2_kartengenerierung:${{ env.RELEASE_VERSION }}

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Bietet eine einfache Möglichkeit zum Testen und Debuggen inklusive Performancem
7272
## Installation
7373
### Docker
7474
Vorbedingung: Docker und Docker-Compose müssen installiert sein.
75-
Architekturen: ```linux/amd64```, ```linux/arm/v7``` und ```linux/arm64```
75+
Architekturen: ```linux/amd64``` und ```linux/arm64```
7676
* Lade [docker-compose.yml](https://github.com/odin568/FE2_Kartengenerierung/releases) herunter
7777
* Passe Konfiguration an (**volumes**, **environments**)
7878
* ```docker-compose up -d```

0 commit comments

Comments
 (0)