Skip to content

Commit 94e5330

Browse files
updated workflows
- fixed watch path - updated ebpf modules build matrix.
1 parent 0328a25 commit 94e5330

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/build_ebpf_modules.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
matrix:
3131
kernel: ["6.0"]
32-
tag: ["1.5.0", "master"]
32+
tag: ["1.7.2", "1.8.0", "master"]
3333

3434
runs-on: ubuntu-22.04
3535

@@ -49,7 +49,6 @@ jobs:
4949
if [ ! -d utils/packaging/ ]; then
5050
mkdir -p utils/packaging/
5151
fi
52-
wget https://raw.githubusercontent.com/evilsocket/opensnitch/master/utils/packaging/build_modules.sh -O utils/packaging/build_modules.sh
5352
bash utils/packaging/build_modules.sh $kernel_version
5453
sha1sum ebpf_prog/modules/opensnitch*o > ebpf_prog/modules/checksums.txt
5554

.github/workflows/generic_validations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ on:
55
push:
66
paths:
77
- 'ui/resources/*'
8-
- '.github/workflows/generic.yml'
8+
- '.github/workflows/generic_validations.yml'
99
pull_request:
1010
paths:
1111
- 'ui/resources/*'
12-
- '.github/workflows/generic.yml'
12+
- '.github/workflows/generic_validations.yml'
1313

1414
# Allow to run this workflow manually from the Actions tab
1515
workflow_dispatch:

0 commit comments

Comments
 (0)