Skip to content

Commit

Permalink
Merge pull request #12 from lohanidamodar/fix-deploy-issue
Browse files Browse the repository at this point in the history
Fix Travis Deploy issue
  • Loading branch information
eldadfux authored Jun 23, 2021
2 parents e0c665e + ad78432 commit 9ad895d
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 @@ -40,7 +40,7 @@ deploy:
edge: true
script: docker run --rm --privileged linuxkit/binfmt:v0.8 &&
docker buildx create --use &&
docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6,linux/ppc64le,linux/s390x -t appwrite/mariadb:$TRAVIS_TAG ./ --push
docker buildx build --platform linux/amd64,linux/arm64/v8,linux/ppc64le -t appwrite/mariadb:$TRAVIS_TAG ./ --push
on:
tags: true
condition: $TRAVIS_CPU_ARCH = amd64

0 comments on commit 9ad895d

Please sign in to comment.