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 f332c08 commit 08fe5d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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: true
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 08fe5d8

Please sign in to comment.