File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,15 @@ matrix:
1515 go : 1.14.x
1616 - arch : s390x
1717 go : 1.15.x
18+ - arch : ppc64le
19+ go : 1.12.x
20+ - arch : ppc64le
21+ go : 1.13.x
22+ - arch : ppc64le
23+ go : 1.14.x
24+ - arch : ppc64le
25+ go : 1.15.x
26+
1827# Install g++-4.8 to support std=c++11 for github.com/google/certificate-transparency/go/merkletree
1928addons :
2029 apt :
@@ -42,8 +51,8 @@ branches:
4251
4352before_script :
4453 - make bin/golint
45- # Setup postgresql for s390x environment
46- - if [[ $(uname -m) == 's390x' ]]; then
54+ # Setup postgresql for s390x environment or Power Support environment
55+ - if [[ $(uname -m) == 's390x' || $(uname -m) == 'ppc64le' ]]; then
4756 sudo apt-get --purge remove postgresql-*;
4857 sudo rm -Rf /etc/postgresql /var/lib/postgresql;
4958 sudo apt-get update;
You can’t perform that action at this time.
0 commit comments