Skip to content

Commit ff2560e

Browse files
committed
chore: try running inside a container
1 parent 3be8a62 commit ff2560e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-and-deploy-image.yml

+6
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ env:
1818
jobs:
1919
build-packages:
2020
runs-on: ${{ matrix.runner }}
21+
container:
22+
image: ubuntu
23+
options: --cap-add=NET_ADMIN --device=/dev/net/tun
2124
strategy:
2225
fail-fast: true
2326
matrix:
@@ -94,6 +97,9 @@ jobs:
9497

9598
create-manifest:
9699
runs-on: ubuntu-latest
100+
container:
101+
image: ubuntu
102+
options: --cap-add=NET_ADMIN --device=/dev/net/tun
97103
needs: [build-packages]
98104
strategy:
99105
fail-fast: true

0 commit comments

Comments
 (0)