Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dockerfiles/anki/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The official selfhosted sync sever for the [anki](https://github.com/ankitects/a
Do not confuse this official server, with the old unofficial (unmaintained?) [community sync server](https://github.com/ankicommunity/anki-sync-server).

* url: [`ghcr.io/luckyturtledev/anki`](https://ghcr.io/luckyturtledev/anki)
* multiplatform: ✅
* multiplatform: ✅ (support for armv7 (temporary?) drop, see https://github.com/ankitects/anki/issues/3819)
* semver tags: ❌
* version tags: ✅
* auto update: ✅
Expand Down
1 change: 0 additions & 1 deletion dockerfiles/anki/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ version = true
[config]
platforms = [
"linux/amd64",
"linux/arm/v7",
"linux/arm64/v8",
]
Loading