Skip to content

Commit 7c2dc7b

Browse files
committed
Download page: Link to RISC-V binary
Image taken from[1], authored by the RISC-V Foundation and edited by me to extract just the stylized RV logo. Used under fair use for linking to binaries for the RISC-V platform. [1] https://en.wikipedia.org/wiki/File:RISC-V-logo.svg
1 parent a1df04b commit 7c2dc7b

File tree

3 files changed

+64
-0
lines changed

3 files changed

+64
-0
lines changed

_data/binaries.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ macdmg: "-osx.dmg"
66
mactar: "osx64.tar.gz"
77
lin32: "i686-pc-linux-gnu.tar.gz"
88
lin64: "x86_64-linux-gnu.tar.gz"
9+
riscv64: "riscv64-linux-gnu"

_includes/templates/download.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@ <h2>{{ page.latestversion }} {{CURRENT_RELEASE}} <a type="application/rss+xml" h
6464
<a href="{{ PATH_PREFIX }}/{{ FILE_PREFIX }}-arm-linux-gnueabihf.tar.gz" class="dl" id="lin32arm">32 bit</a></span>
6565
</span>
6666
</div>
67+
<div>
68+
<img src="/assets/images/os/but_riscv.svg" alt="RISC-V Linux">
69+
<span>
70+
<a href="{{ PATH_PREFIX }}/{{ FILE_PREFIX }}-{{ site.data.binaries.riscv64 }}.tar.gz" class="dl">RISC-V Linux</a>
71+
<span><a href="{{ PATH_PREFIX }}/{{ FILE_PREFIX }}-{{ site.data.binaries.riscv64 }}.tar.gz" class="dl" id="lin64riscv">64 bit</a></span>
72+
</span>
73+
</div>
6774
</div>
6875
<p class="downloadmore">
6976
<a href="{{ PATH_PREFIX }}/SHA256SUMS.asc" class="dl">{{ page.downloadsig }}</a><br>

assets/images/os/but_riscv.svg

Lines changed: 56 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)