Skip to content

Commit 94491b0

Browse files
authored
ci: Build Linux in container for wider glibc support (#15)
* ci: Build on older ubuntu * Try our package
1 parent cf4aa0f commit 94491b0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
- release/**
88
pull_request:
99

10+
permissions:
11+
contents: read
12+
packages: read # Required for GHCR
13+
1014
jobs:
1115
job_lint:
1216
name: Lint
@@ -35,15 +39,19 @@ jobs:
3539
include:
3640
# x64 glibc
3741
- os: ubuntu-22.04
42+
container: ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:0dd255f3d41d013c1db4c4e08ffd22ee7959c3cc
3843
node: 18
3944
binary: linux-x64-glibc-108
4045
- os: ubuntu-22.04
46+
container: ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:0dd255f3d41d013c1db4c4e08ffd22ee7959c3cc
4147
node: 20
4248
binary: linux-x64-glibc-115
4349
- os: ubuntu-22.04
50+
container: ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:0dd255f3d41d013c1db4c4e08ffd22ee7959c3cc
4451
node: 22
4552
binary: linux-x64-glibc-127
4653
- os: ubuntu-22.04
54+
container: ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:0dd255f3d41d013c1db4c4e08ffd22ee7959c3cc
4755
node: 24
4856
binary: linux-x64-glibc-137
4957

0 commit comments

Comments
 (0)