Merge pull request #435 from thewtex/ppc64-le-disabled

Ppc64 le disabled
This commit is contained in:
Matt McCormick 2020-07-21 10:03:43 -04:00 committed by GitHub
commit a77ebf42bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 13 deletions

View File

@ -699,18 +699,19 @@ jobs:
tagged=$(docker images -q -f 'since=dockcross/linux-s390x:latest' --format '{{.Repository}}:{{.Tag}}' | grep linux-s390x)
docker push $tagged
fi
- restore_cache:
key: linux-ppc64le-assets-{{ .Revision }}
- deploy:
name: Deploy linux-ppc64le
command: |
docker load -i ~/docker/linux-ppc64le.tar
if [ "${CIRCLE_BRANCH}" == "master" ]; then
docker login -u $DOCKER_USER -p $DOCKER_PASS
docker push dockcross/linux-ppc64le:latest
tagged=$(docker images -q -f 'since=dockcross/linux-ppc64le:latest' --format '{{.Repository}}:{{.Tag}}' | grep linux-ppc64le)
docker push $tagged
fi
# Disabled per Issue #430
#- restore_cache:
#key: linux-ppc64le-assets-{{ .Revision }}
#- deploy:
#name: Deploy linux-ppc64le
#command: |
#docker load -i ~/docker/linux-ppc64le.tar
#if [ "${CIRCLE_BRANCH}" == "master" ]; then
#docker login -u $DOCKER_USER -p $DOCKER_PASS
#docker push dockcross/linux-ppc64le:latest
#tagged=$(docker images -q -f 'since=dockcross/linux-ppc64le:latest' --format '{{.Repository}}:{{.Tag}}' | grep linux-ppc64le)
#docker push $tagged
#fi
- restore_cache:
key: linux-x64-assets-{{ .Revision }}
- deploy:

View File

@ -171,7 +171,7 @@ dockcross/linux-s390x
dockcross/linux-ppc64le
|linux-ppc64le-images| Linux PowerPC 64 little endian cross compiler
toolchain for the POWER8, etc.
toolchain for the POWER8, etc. Important: Due to Issue #430, automatic build of newer images has been disabled.
.. |linux-x64-images| image:: https://images.microbadger.com/badges/image/dockcross/linux-x64.svg