Skip to content

Commit 88d2e2e

Browse files
authored
Merge pull request #5 from gamosoft/features/multi-platform
added ARM support (hopefully :-)
2 parents 9d3c2ae + b09cb2b commit 88d2e2e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
uses: docker/build-push-action@v5
5959
with:
6060
context: .
61+
platforms: linux/amd64,linux/arm64,linux/arm/v7
6162
push: true
6263
tags: ${{ steps.meta.outputs.tags }}
6364
labels: ${{ steps.meta.outputs.labels }}

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ NoteDiscovery is a **lightweight, self-hosted note-taking application** that put
4646
Use the pre-built image directly from GHCR - no building required!
4747

4848
> **💡 Tip**: Always use `ghcr.io/gamosoft/notediscovery:latest` to get the newest features and fixes. Images are automatically built when PRs are merged to main.
49+
>
50+
> **🖥️ Multi-Architecture Support**: Images are built for `x86_64`, `ARM64` (Raspberry Pi 3/4/5), and `ARM v7` (older Raspberry Pi models). Docker will automatically pull the correct version for your device.
4951
5052
> **📁 Important - Volume Mapping**: The container needs local folders/files to work:
5153
> - **Required**: `data` folder (your notes will be stored here)

0 commit comments

Comments
 (0)