diff --git a/.github/workflows/c-demo.yml b/.github/workflows/c-demo.yml index c4b827f..ea6c7d4 100644 --- a/.github/workflows/c-demo.yml +++ b/.github/workflows/c-demo.yml @@ -53,7 +53,7 @@ jobs: runs-on: ${{ matrix.machine }} strategy: matrix: - machine: [rpi2, rpi3-32, rpi3-64, rpi4-32, rpi4-64, rpi5-64, jetson] + machine: [rpi2, rpi3-32, rpi3-64, rpi4-32, rpi4-64, rpi5-64, jetson, beaglebone] include: - machine: rpi2 pv_recorder_platform: raspberry-pi2 @@ -69,6 +69,8 @@ jobs: pv_recorder_platform: raspberry-pi5-64 - machine: jetson pv_recorder_platform: jetson-nano + - machine: beaglebone + pv_recorder_platform: beaglebone steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/c.yml b/.github/workflows/c.yml index 7f37653..fd85a1a 100644 --- a/.github/workflows/c.yml +++ b/.github/workflows/c.yml @@ -47,7 +47,7 @@ jobs: runs-on: ${{ matrix.machine }} strategy: matrix: - machine: [rpi2, rpi3-32, rpi3-64, rpi4-32, rpi4-64, rpi5-64, jetson] + machine: [rpi2, rpi3-32, rpi3-64, rpi4-32, rpi4-64, rpi5-64, jetson, beaglebone] include: - machine: rpi2 pv_recorder_platform: raspberry-pi2 @@ -70,6 +70,9 @@ jobs: - machine: jetson pv_recorder_platform: jetson-nano output_dir: jetson/cortex-a57-aarch64 + - machine: beaglebone + pv_recorder_platform: beaglebone + output_dir: beaglebone steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/nodejs-demos.yml b/.github/workflows/nodejs-demos.yml index dfc33f1..f0eb8ca 100644 --- a/.github/workflows/nodejs-demos.yml +++ b/.github/workflows/nodejs-demos.yml @@ -52,7 +52,7 @@ jobs: strategy: matrix: - machine: [rpi2, rpi3-32, rpi3-64, rpi4-32, rpi4-64, rpi5-64, jetson, pv-windows, pv-ios] + machine: [rpi2, rpi3-32, rpi3-64, rpi4-32, rpi4-64, rpi5-64, jetson, beaglebone, pv-windows, pv-ios] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 5245551..8c75c44 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -60,7 +60,7 @@ jobs: strategy: matrix: - machine: [rpi2, rpi3-32, rpi3-64, rpi4-32, rpi4-64, rpi5-64, jetson, pv-windows, pv-ios] + machine: [rpi2, rpi3-32, rpi3-64, rpi4-32, rpi4-64, rpi5-64, jetson, beaglebone, pv-windows, pv-ios] steps: - uses: actions/checkout@v3 diff --git a/binding/nodejs/README.md b/binding/nodejs/README.md index 92e72b8..7d757af 100644 --- a/binding/nodejs/README.md +++ b/binding/nodejs/README.md @@ -7,7 +7,7 @@ PvRecorder is an easy-to-use, cross-platform audio recorder designed for real-ti ## Compatibility - Node.js 14+ -- Runs on Linux (x86_64), macOS (x86_64 and arm64), Windows (x86_64), Raspberry Pi (2, 3, 4, 5), NVIDIA Jetson (Nano). +- Runs on Linux (x86_64), macOS (x86_64 and arm64), Windows (x86_64), Raspberry Pi (2, 3, 4, 5), NVIDIA Jetson (Nano), and Beaglebone. ## Installation diff --git a/demo/nodejs/README.md b/demo/nodejs/README.md index 04b4656..2850b2e 100644 --- a/demo/nodejs/README.md +++ b/demo/nodejs/README.md @@ -9,7 +9,7 @@ PvRecorder is an easy-to-use, cross-platform audio recorder designed for real-ti ## Compatibility - Node.js 14+ -- Runs on Linux (x86_64), macOS (x86_64 and arm64), Windows (x86_64), Raspberry Pi (2, 3, 4, 5), NVIDIA Jetson (Nano). +- Runs on Linux (x86_64), macOS (x86_64 and arm64), Windows (x86_64), Raspberry Pi (2, 3, 4, 5), NVIDIA Jetson (Nano), and Beaglebone. ## Installation: