Merge pull request #637 from tcely/patch-5

Update architectures FAQ
This commit is contained in:
meeb 2025-01-21 22:17:09 +11:00 committed by GitHub
commit a6e7eec40b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -353,7 +353,12 @@ etc.). Configuration of this is beyond the scope of this README.
### What architectures does the container support?
Just `amd64` for the moment. Others may be made available if there is demand.
Only two are supported, for the moment:
- `amd64` (most desktop PCs and servers)
- `arm64`
(modern ARM computers, such as the Rasperry Pi 3 or later)
Others may be made available, if there is demand.
### The pipenv install fails with "Locking failed"!