Skip to content
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