From 1abd4eaea6598c181739569f36a301f01e099b3c Mon Sep 17 00:00:00 2001 From: Vee C Date: Fri, 26 Sep 2025 23:45:09 +0900 Subject: [PATCH] release: Add build for Ubuntu 22 --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d6ecf4e..c54b936 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,6 +12,7 @@ jobs: matrix: target: - { triple: x86_64-unknown-linux-gnu, suffix: linux_amd64, file: eth-staking-smith, runner: ubuntu-latest } + - { triple: x86_64-unknown-linux-gnu, suffix: linux_amd64_glibc2.35, file: eth-staking-smith, runner: ubuntu-22.04 } steps: - name: Checkout repository uses: actions/checkout@v4