diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-02-18 09:10:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-18 09:10:55 +0100 |
| commit | 4f66a419e3489c5bb58450b6c528cd63a317bd6a (patch) | |
| tree | cb2bb8ef9a06c52b72de81dd34cf0d25bfbae09b | |
| parent | 65992746d32fcaafe4e1b104b75cb2d4fc0dbcab (diff) | |
| download | box64-4f66a419e3489c5bb58450b6c528cd63a317bd6a.tar.gz box64-4f66a419e3489c5bb58450b6c528cd63a317bd6a.zip | |
Build RK3588 on Workflow
| -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 a260f2f7..5dfb11fa 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, RK3288, PHYTIUM, SD845] + platform: [X64, OTHER_ARM, RISCV, RPI4ARM64, RK3326, RK3399, RK3588, PHYTIUM, SD845] type: [Release, Trace] os: [ubuntu-latest] include: |