Further cleanup and readme rework, fixes #39 (#58)

Further cleanup and readme rework, also fixes #39 with release `v1`
This commit is contained in:
Quentin McGaw
2019-11-23 20:01:29 -05:00
committed by GitHub
parent 0af0632304
commit adf82d844a
3 changed files with 5 additions and 17 deletions

2
ci.sh
View File

@@ -1,7 +1,7 @@
#!/bin/bash
if [ "$TRAVIS_PULL_REQUEST" = "true" ]; then
docker buildx build --platform=$PLATFORMS .
docker buildx build --platform=linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6,linux/ppc64le,linux/s390x .
return $?
fi
echo $DOCKER_PASSWORD | docker login -u qmcgaw --password-stdin &> /dev/null