File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 7
7
- release/**
8
8
pull_request :
9
9
10
+ permissions :
11
+ contents : read
12
+ packages : read # Required for GHCR
13
+
10
14
jobs :
11
15
job_lint :
12
16
name : Lint
@@ -35,15 +39,19 @@ jobs:
35
39
include :
36
40
# x64 glibc
37
41
- os : ubuntu-22.04
42
+ container : ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:0dd255f3d41d013c1db4c4e08ffd22ee7959c3cc
38
43
node : 18
39
44
binary : linux-x64-glibc-108
40
45
- os : ubuntu-22.04
46
+ container : ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:0dd255f3d41d013c1db4c4e08ffd22ee7959c3cc
41
47
node : 20
42
48
binary : linux-x64-glibc-115
43
49
- os : ubuntu-22.04
50
+ container : ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:0dd255f3d41d013c1db4c4e08ffd22ee7959c3cc
44
51
node : 22
45
52
binary : linux-x64-glibc-127
46
53
- os : ubuntu-22.04
54
+ container : ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:0dd255f3d41d013c1db4c4e08ffd22ee7959c3cc
47
55
node : 24
48
56
binary : linux-x64-glibc-137
49
57
You can’t perform that action at this time.
0 commit comments