1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00

Updated buildx command

This commit is contained in:
Eldad Fux 2020-12-13 01:25:20 +02:00
parent e18d9ca9b8
commit 984cb8301f

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/multicore:0.0.0 --push
docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t appwrite/appwrite:dev . --push
```
## Tests