Skip to content

ci: Build Linux in container for wider glibc support #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 28, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
- release/**
pull_request:

permissions:
contents: read
packages: read # Required for GHCR

jobs:
job_lint:
name: Lint
Expand Down Expand Up @@ -35,15 +39,19 @@ jobs:
include:
# x64 glibc
- os: ubuntu-22.04
container: ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:0dd255f3d41d013c1db4c4e08ffd22ee7959c3cc
node: 18
binary: linux-x64-glibc-108
- os: ubuntu-22.04
container: ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:0dd255f3d41d013c1db4c4e08ffd22ee7959c3cc
node: 20
binary: linux-x64-glibc-115
- os: ubuntu-22.04
container: ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:0dd255f3d41d013c1db4c4e08ffd22ee7959c3cc
node: 22
binary: linux-x64-glibc-127
- os: ubuntu-22.04
container: ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:0dd255f3d41d013c1db4c4e08ffd22ee7959c3cc
node: 24
binary: linux-x64-glibc-137

Expand Down
Loading