fix M1 chip

This commit is contained in:
Vassiliy Yegorov
2021-05-20 15:21:21 +07:00
parent 50716a55f2
commit 6a08e8706c
4 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/bash
docker build -t vasyakrg/php-app . && docker push vasyakrg/php-app
docker buildx build --platform linux/amd64 --push -t vasyakrg/php-app .