Minor changes

This commit is contained in:
Quentin McGaw (desktop)
2020-02-22 17:07:06 +00:00
parent f5a32e690f
commit ac60cf8ab8
4 changed files with 21 additions and 19 deletions

1
ci.sh
View File

@@ -1,6 +1,7 @@
#!/bin/bash
if [ "$TRAVIS_PULL_REQUEST" = "true" ] || [ "$TRAVIS_BRANCH" != "master" ]; then
echo "Building without pushing to Docker Hub"
docker buildx build \
--progress plain \
--platform=linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6,linux/ppc64le,linux/s390x \