Skip to content

Commit c50d698

Browse files
committed
try priviledged
1 parent 11bd38c commit c50d698

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/pants.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ jobs:
1616
# Replace with your profile label https://namespace.so/docs/features/faster-github-actions#using-runner-profiles
1717
- namespace-profile-default
1818
- namespace-profile-default-arm64
19-
- ubuntu-22.04
20-
- ubuntu-22.04-arm
19+
# - ubuntu-22.04
20+
# - ubuntu-22.04-arm
2121
python-version: [3.9]
2222
fail-fast: false
23-
runs-on: ${{ matrix.runner }}
23+
runs-on:
24+
- ${{ matrix.runner }}
25+
- namespace-features:privileged;host-pid-namespace
2426
steps:
2527
- uses: actions/checkout@v4
2628
# - name: Set up remote cache

0 commit comments

Comments
 (0)