Skip to content

Commit 714d9e8

Browse files
committed
Remove powerpc64le binaries from downloads
These are not being built by guix since bitcoin/bitcoin#27897
1 parent 832981b commit 714d9e8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

_data/binaries.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ macarmtar: "arm64-apple-darwin.tar.gz"
77
lin64: "x86_64-linux-gnu.tar.gz"
88
riscv64: "riscv64-linux-gnu"
99
ppc64: "powerpc64-linux-gnu"
10-
ppc64le: "powerpc64le-linux-gnu"
10+
#ppc64le: "powerpc64le-linux-gnu"

_includes/templates/download.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,10 @@ <h2>{{ page.latestversion }} {{CURRENT_RELEASE}} <a type="application/rss+xml" h
9090
<span>
9191
<a href="{{ PATH_PREFIX }}/{{ FILE_PREFIX }}-{{ site.data.binaries.ppc64le }}.tar.gz" class="dl">PPC64 Linux</a>
9292
<span><a href="{{ PATH_PREFIX }}/{{ FILE_PREFIX }}-{{ site.data.binaries.ppc64 }}.tar.gz" class="dl" id="lin64ppc">64 bit</a>
93+
<!--
9394
-
9495
<a href="{{ PATH_PREFIX }}/{{ FILE_PREFIX }}-{{ site.data.binaries.ppc64le }}.tar.gz" class="dl" id="lin64ppcle">64 bit LE</a></span>
96+
-->
9597
</span>
9698
</div>
9799
<div>

0 commit comments

Comments
 (0)