about summary refs log tree commit diff stats
path: root/.github/workflows
diff options
context:
space:
mode:
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 839f33b9..5009c0f6 100644
--- a/.github/workflows/manual.yml
+++ b/.github/workflows/manual.yml
@@ -19,6 +19,7 @@ on:
         - RPI4ARM64
         - SD845
         - TEGRAX1
+        - ARM64
       build_type:
         description: 'Build type'
         required: true
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: