feature gate GPU stats for arm v7

This commit is contained in:
2025-11-21 15:23:44 -08:00
parent f9462a1633
commit 31c2b59fd4
3 changed files with 26 additions and 15 deletions
+3 -3
View File
@@ -116,12 +116,12 @@ jobs:
cargo deb --package socktop --target ${{ matrix.target }} --no-strip
- name: Build socktop_agent .deb package (with GPU support)
if: matrix.target != 'riscv64gc-unknown-linux-gnu'
if: matrix.target != 'riscv64gc-unknown-linux-gnu' && matrix.target != 'armv7-unknown-linux-gnueabihf'
run: |
cargo deb --package socktop_agent --target ${{ matrix.target }} --no-strip
- name: Build socktop_agent .deb package (without GPU support for RISC-V)
if: matrix.target == 'riscv64gc-unknown-linux-gnu'
- name: Build socktop_agent .deb package (without GPU support for RISC-V and ARMv7)
if: matrix.target == 'riscv64gc-unknown-linux-gnu' || matrix.target == 'armv7-unknown-linux-gnueabihf'
run: |
cargo deb --package socktop_agent --target ${{ matrix.target }} --no-strip --no-default-features