Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Officeyutong committed Aug 28, 2024
1 parent 08fe5d8 commit cf9e640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ jobs:
needs: [build-runtime]
container:
image: "manjusakalza/bpftime-base-image:${{matrix.container.image}}"
options: ${{matrix.extra_options}}
options: " ${{matrix.extra_options}}"
strategy:
fail-fast: false
matrix:
extra_options:
- "--privileged -v /sys/kernel/debug/:/sys/kernel/debug:rw -v /sys/kernel/tracing:/sys/kernel/tracing:rw"
- null
- ""
container:
- image: ubuntu-2204
name: ubuntu
Expand Down

0 comments on commit cf9e640

Please sign in to comment.