Skip to content

Commit

Permalink
Test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eldadfux committed Mar 3, 2021
1 parent 144ddec commit 86fba1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 86fba1d

Please sign in to comment.