about summary refs log tree commit diff stats
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-07-14 12:03:30 +0200
committerptitSeb <sebastien.chev@gmail.com>2023-07-14 12:03:30 +0200
commit903ecd207d8d7cfb189973c8d1d0e3d1f9f982b3 (patch)
tree65fad0544fe4bdccd5dd393d561bfe2f833b19c4 /.github/workflows/release.yml
parentd62e9652fcbcaad8fd5c83956d476eb11499a85f (diff)
downloadbox64-903ecd207d8d7cfb189973c8d1d0e3d1f9f982b3.tar.gz
box64-903ecd207d8d7cfb189973c8d1d0e3d1f9f982b3.zip
Added generic ARM64 build profile
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 4aa1a44d..079af934 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]
+        platform: [X64, OTHER_ARM, RISCV, RPI4ARM64, RK3326, RK3399, RK3588, PHYTIUM, SD845, ARM64]
         type: [Release, Trace]
         os: [ubuntu-latest]
         include: