diff options
| author | Martin Sundhaug <martinsundhaug@gmail.com> | 2023-12-14 21:34:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-14 21:34:20 +0100 |
| commit | 9b7b91651de28bb5b95cef6e07e4e4f3f333c30c (patch) | |
| tree | f7eaaffda6e7f2bd81a861020e58e99bff10f8a0 /.github/workflows/release.yml | |
| parent | 6ecfe5e1415acefc26c4f6af1ee91e7cd83854a1 (diff) | |
| download | box64-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/release.yml')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |