mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 20:57:26 +01:00
Merge pull request #435 from thewtex/ppc64-le-disabled
Ppc64 le disabled
This commit is contained in:
commit
a77ebf42bc
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user