Skip to content

fix uprobe error and add an ebpf app. #277

fix uprobe error and add an ebpf app.

fix uprobe error and add an ebpf app. #277

Workflow file for this run

name: Build and Test
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
jobs:
test:
strategy:
fail-fast: false
matrix:
arch: [riscv64, loongarch64, aarch64, x86_64]
uses: ./.github/workflows/test-template.yml
with:
arch: ${{ matrix.arch }}
secrets: inherit