diff --git a/.travis-ci/deploy.sh b/.travis-ci/deploy.sh index b4c132022..672761072 100644 --- a/.travis-ci/deploy.sh +++ b/.travis-ci/deploy.sh @@ -1 +1,2 @@ -echo 'Nothing to deploy right now.' \ No newline at end of file +# echo 'Nothing to deploy right now.' +docker buildx build --platform linux/amd64,linux/arm64,linux/386,linux/ppc64le -t appwrite/env-ruby-3.0:1.0.0 ./docker/environments/ruby-3.0/ --push \ No newline at end of file