## Context Add `armv7l` to the RPM build for AlmaLinux/Rocky ARM and Fedora ARM. ## Acceptance Criteria - [ ] `packaging/rpm/build.sh` accepts `--arch armv7l` - [ ] Build uses QEMU on manylinux ARM rootfs (or native ARM runner if available) - [ ] `.rpm` produced: `php-firebird-13.0.0-1.el8.armv7l.rpm` - [ ] Package installs and loads on armv7l container ## Dependencies - #12 (rpm build.sh) ## Suggested Test Plan 1. Run build with `--arch armv7l` 2. Install on armv7l AlmaLinux 8 container (QEMU) 3. `php -m | grep firebird` — loaded
Context
Add
armv7lto the RPM build for AlmaLinux/Rocky ARM and Fedora ARM.Acceptance Criteria
packaging/rpm/build.shaccepts--arch armv7l.rpmproduced:php-firebird-13.0.0-1.el8.armv7l.rpmDependencies
Suggested Test Plan
--arch armv7lphp -m | grep firebird— loaded