release candidate

This commit is contained in:
2025-10-12 16:50:32 -07:00
parent 3432e8ac9f
commit 699d7f54c8
20 changed files with 415 additions and 150 deletions

View File

@ -18,7 +18,7 @@
group: root
- name: MediaMTX - check for arm
when: '"arm" in cpu_architecture'
when: armcpu_check | bool
set_fact:
mediamtx_architecture: "arm64"