Merge pull request #617 from haiwen/add-arm-architecture
Some checks failed
Deploy CI - 13.0 / deploy (push) Has been cancelled

add arm architecture
This commit is contained in:
Daniel Pan 2025-10-29 11:56:59 +08:00 committed by GitHub
commit fa68fc1348
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,28 @@
# Architecture
Seafile Docker and its components are support both x86 and ARM64 architecture. You can find detailes below.
## Support status
| Component | x86 | ARM |
| -------- | --- | --- |
| seafile-mc | √ | √ |
| seafile-pro-mc | √ | √ |
| sdoc-server | √ | √ |
| notification-server | √ | √ |
| seafile-md-server | √ | Coming soon |
| seafile-ai | √ | Coming soon |
| thumbnail-server | √ | Coming soon |
| seaseach-nomkl | √ | √ |
| seasearch | √ | X |
| face-embedding | √ | X |
| index-server | √ | X |
## Pull the ARM image
You can use the X.0-latest tag to pull the ARM image without specifying the arm tag.
```bash
docker pull seafileltd/seafile-mc:13.0-latest
```

View File

@ -92,6 +92,7 @@ nav:
- Setup:
- Overview: setup/overview.md
- System requirements: setup/system_requirements.md
- Supported architecture: setup/architecture.md
- HTTPS and Caddy: setup/caddy.md
- Single node installation:
- Setup community edition: setup/setup_ce_by_docker.md