Skip to content

Commit c038f2f

Browse files
committed
Add linux/arm/v7 platform to Docker image build
1 parent a959ead commit c038f2f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
context: .
4040
push: true
41-
platforms: linux/amd64,linux/arm64
41+
platforms: linux/amd64,linux/arm64,linux/arm/v7
4242
tags: |
4343
stecklars/dynamic-dns-netcup-api:latest
4444
stecklars/dynamic-dns-netcup-api:${{ github.event.release.tag_name }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
with:
3636
context: .
3737
push: false
38-
platforms: linux/amd64,linux/arm64
38+
platforms: linux/amd64,linux/arm64,linux/arm/v7

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Then, allow `update.php` to be executed by your user:
5353
You should probably run this script every few minutes, so that your IP is updated as quickly as possible. Add it to your cronjobs and run it regularly, for example every five minutes.
5454

5555
### Option 2: Docker
56-
A Docker image is available for systems without PHP, such as NAS devices. The image is built for **linux/amd64** and **linux/arm64** (e.g. Raspberry Pi). It includes PHP, cURL, and a built-in scheduler — no additional setup required. You only need to provide your `config.php`.
56+
A Docker image is available for systems without PHP, such as NAS devices. The image is built for **linux/amd64**, **linux/arm64**, and **linux/arm/v7** (e.g. Raspberry Pi, NAS devices). It includes PHP, cURL, and a built-in scheduler — no additional setup required. You only need to provide your `config.php`.
5757

5858
Create your `config.php` first — use [`config.dist.php`](https://github.com/stecklars/dynamic-dns-netcup-api/blob/master/config.dist.php) as a template. Then follow the instructions for your platform below.
5959

0 commit comments

Comments
 (0)