diff --git a/.travis.yml b/.travis.yml index 842691b..7b77b1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ script: deploy: - provider: script edge: true - script: docker buildx build --platform linux/amd64,linux/arm/v7,linux/arm64/v8 -t appwrite/test:1.0 ./ --push + script: docker buildx build --platform linux/amd64,linux/arm64,linux/ppc64le,linux/s390x -t appwrite/test:2.0 ./ --push on: repo: appwrite/sdk-for-cli branch: master \ No newline at end of file