Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
qdeslandes committed Nov 4, 2024
1 parent 160bd22 commit a23cee5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ jobs:
benchmark:
needs: create-container
runs-on: ["4-core-ubuntu-arm"]
container: ghcr.io/facebook/bpfilter:fedora-41-arm64
container:
image: ghcr.io/facebook/bpfilter:fedora-41-arm64
options: --privileged
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit a23cee5

Please sign in to comment.