File tree Expand file tree Collapse file tree 1 file changed +7
-20
lines changed Expand file tree Collapse file tree 1 file changed +7
-20
lines changed Original file line number Diff line number Diff line change @@ -32,42 +32,29 @@ jobs:
32
32
runs-on : ${{ matrix.os }}
33
33
container :
34
34
image : ${{ matrix.container }}
35
+ credentials :
36
+ username : ${{ github.actor }}
37
+ password : ${{ github.token }}
35
38
timeout-minutes : 30
36
39
strategy :
37
40
fail-fast : false
38
41
matrix :
39
42
include :
40
43
# x64 glibc
41
44
- os : ubuntu-22.04
42
- container :
43
- image : ghcr.io/your-org/your-image:latest
44
- credentials :
45
- username : ${{ github.actor }}
46
- password : ${{ github.token }}
45
+ container : ghcr.io/your-org/your-image:latest
47
46
node : 18
48
47
binary : linux-x64-glibc-108
49
48
- os : ubuntu-22.04
50
- container :
51
- image : ghcr.io/your-org/your-image:latest
52
- credentials :
53
- username : ${{ github.actor }}
54
- password : ${{ github.token }}
49
+ container : ghcr.io/your-org/your-image:latest
55
50
node : 20
56
51
binary : linux-x64-glibc-115
57
52
- os : ubuntu-22.04
58
- container :
59
- image : ghcr.io/your-org/your-image:latest
60
- credentials :
61
- username : ${{ github.actor }}
62
- password : ${{ github.token }}
53
+ container : ghcr.io/your-org/your-image:latest
63
54
node : 22
64
55
binary : linux-x64-glibc-127
65
56
- os : ubuntu-22.04
66
- container :
67
- image : ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:latest
68
- credentials :
69
- username : ${{ github.actor }}
70
- password : ${{ github.token }}
57
+ container : ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:latest
71
58
node : 24
72
59
binary : linux-x64-glibc-137
73
60
You can’t perform that action at this time.
0 commit comments