about summary refs log tree commit diff stats
path: root/.github/workflows
diff options
context:
space:
mode:
authorMartin Sundhaug <martinsundhaug@gmail.com>2023-12-14 21:34:20 +0100
committerGitHub <noreply@github.com>2023-12-14 21:34:20 +0100
commit9b7b91651de28bb5b95cef6e07e4e4f3f333c30c (patch)
treef7eaaffda6e7f2bd81a861020e58e99bff10f8a0 /.github/workflows
parent6ecfe5e1415acefc26c4f6af1ee91e7cd83854a1 (diff)
downloadbox64-9b7b91651de28bb5b95cef6e07e4e4f3f333c30c.tar.gz
box64-9b7b91651de28bb5b95cef6e07e4e4f3f333c30c.zip
Raspberry Pi 5 support (#1138)
* Basic RPi5 support

* Split RPi5 in 16k page-size variant and not

* Update COMPILE.md

Add documentation about 16K page support
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/manual.yml1
-rw-r--r--.github/workflows/release.yml2
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml
index 00f9cef3..c300b17b 100644
--- a/.github/workflows/manual.yml
+++ b/.github/workflows/manual.yml
@@ -17,6 +17,7 @@ on:
         - RK3399
         - RK3588
         - RPI4ARM64
+        - RPI5ARM64
         - SD845
         - SD888
         - ADLINK
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index a5d82aeb..4c72d736 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        platform: [X64, OTHER_ARM, RISCV, RPI4ARM64, RK3326, RK3399, RK3588, PHYTIUM, SD845, SD888, ADLINK, ARM64, ANDROID]
+        platform: [X64, OTHER_ARM, RISCV, RPI4ARM64, RPI5ARM64, RK3326, RK3399, RK3588, PHYTIUM, SD845, SD888, ADLINK, ARM64, ANDROID]
         type: [Release, Trace]
         os: [ubuntu-latest]
         include: