From 8f5a05d32733e8ccf7aad06d55cca812d9193074 Mon Sep 17 00:00:00 2001 From: Matt Lehman Date: Fri, 13 Feb 2026 20:41:44 -0500 Subject: [PATCH] fix: build deb artifact with glibc target --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6eae810..b53696c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -274,7 +274,7 @@ jobs: needs: ["create-release"] runs-on: ubuntu-latest env: - TARGET: x86_64-unknown-linux-musl + TARGET: x86_64-unknown-linux-gnu # Emit backtraces on panics. RUST_BACKTRACE: 1 # Since we're distributing the dpkg, we don't know whether the user will