Fix double listing of amd64 in the docs (Fixes #251)

This commit is contained in:
oddlama 2022-05-14 22:56:44 +02:00
parent 28f211bfef
commit 6cb42fbca1
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -120,7 +120,7 @@ Typical commands (more see below):
...
```
If you want to build the **ntfy binary including web app and docs for all supported architectures** (amd64, armv7, and amd64),
If you want to build the **ntfy binary including web app and docs for all supported architectures** (amd64, armv7, and arm64),
you can simply run `make build`:
``` shell