From 2f941fc08b844254515b27a1d9f1a78f9aa71e69 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Tue, 19 Jan 2021 09:46:37 +0200 Subject: [PATCH] Deploy buildx --- .travis-ci/deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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