Browse Source

Merge pull request #86 from bmx-ng/task/rpi-arm64-download

Added RaspberryPi arm64 download.
Brucey 1 year ago
parent
commit
58a2314a64
1 changed files with 18 additions and 2 deletions
  1. 18 2
      website/pages/en/downloads.js

+ 18 - 2
website/pages/en/downloads.js

@@ -128,7 +128,7 @@ class Downloads extends React.Component {
                                     image: `${siteConfig.baseUrl}img/platform/apple.svg`,
                                     imageAlign: "top",
                                     imageLink: `https://github.com/bmx-ng/bmx-ng/releases/download/v0.138.3.54.macos.arm64/BlitzMax_macos_arm64_0.138.3.54.zip`,
-                                    title: "macOS"
+                                    title: "macOS arm64"
                                 },
                                 {},
                                 {
@@ -154,7 +154,6 @@ class Downloads extends React.Component {
                         <GridBlock
                             align="center"
                             contents={[
-                                {},
                                 {
                                     content:
                                         `<strong>
@@ -170,6 +169,23 @@ class Downloads extends React.Component {
                                     title: "Raspberry Pi"
                                 },
                                 {},
+                                {
+                                    content:
+                                        `<strong>
+                                            <a href="https://github.com/bmx-ng/bmx-ng/releases/download/v0.139.3.56.rpi.arm64/BlitzMax_rpi_arm64_0.139.3.56.tar.xz">BlitzMax_rpi_arm64_0.139.3.56.tar.xz</a>
+                                         </strong>
+                                        <br/><br/>
+                                        BlitzMax, RaspberryPi edition, aimed at 64-bit ARM development, with MaxIDE.
+
+                                        Suitable for the latest 64-bit Raspberry Pi OS.
+
+                                        Includes SDL backend, mojo2, Crypto, Audio, Image, Net, Random, Text and Gtk MaxGUI.
+                                        `,
+                                    image: `${siteConfig.baseUrl}img/platform/rpi.svg`,
+                                    imageAlign: "top",
+                                    imageLink: `https://github.com/bmx-ng/bmx-ng/releases/download/v0.139.3.56.rpi.arm64/BlitzMax_rpi_arm64_0.139.3.56.tar.xz`,
+                                    title: "Raspberry Pi arm64"
+                                },
                             ]}
                             layout="threeColumn"
                         />