From e4f7329081c7f900fbe402c7db6adbc8d0afe637 Mon Sep 17 00:00:00 2001 From: Tim Fish Date: Mon, 28 Jul 2025 12:16:40 +0200 Subject: [PATCH 1/2] ci: Build on older ubuntu --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19f4066..7cdcac9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,12 +35,15 @@ jobs: include: # x64 glibc - os: ubuntu-22.04 + container: telosalliance/ubuntu-20.04:latest node: 18 binary: linux-x64-glibc-108 - os: ubuntu-22.04 + container: telosalliance/ubuntu-20.04:latest node: 20 binary: linux-x64-glibc-115 - os: ubuntu-22.04 + container: telosalliance/ubuntu-20.04:latest node: 22 binary: linux-x64-glibc-127 - os: ubuntu-22.04 From 1429c8c0652dc1748b9421cc5cae5f59b576a0da Mon Sep 17 00:00:00 2001 From: Tim Fish Date: Mon, 28 Jul 2025 21:30:54 +0200 Subject: [PATCH 2/2] Try our package --- .github/workflows/ci.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7cdcac9..5d6542e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,10 @@ on: - release/** pull_request: +permissions: + contents: read + packages: read # Required for GHCR + jobs: job_lint: name: Lint @@ -35,18 +39,19 @@ jobs: include: # x64 glibc - os: ubuntu-22.04 - container: telosalliance/ubuntu-20.04:latest + container: ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:0dd255f3d41d013c1db4c4e08ffd22ee7959c3cc node: 18 binary: linux-x64-glibc-108 - os: ubuntu-22.04 - container: telosalliance/ubuntu-20.04:latest + container: ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:0dd255f3d41d013c1db4c4e08ffd22ee7959c3cc node: 20 binary: linux-x64-glibc-115 - os: ubuntu-22.04 - container: telosalliance/ubuntu-20.04:latest + 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