1
0
Fork 0
mirror of synced 2024-06-01 18:39:57 +12:00

Added new build architectures

This commit is contained in:
Eldad Fux 2020-12-16 12:57:32 +02:00
parent f749dc9d34
commit 29f51320b0

View file

@ -227,7 +227,7 @@ Before running the command, make sure you have proper write permissions to the A
**Build for multicore**
```bash
docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t appwrite/appwrite:dev . --push
docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x -t appwrite/appwrite:dev --push .
```
## Tests