Skip to content

Commit

Permalink
Add release build for linux that uses older glibc
Browse files Browse the repository at this point in the history
  • Loading branch information
mksh committed Aug 29, 2024
1 parent be5b231 commit b861b90
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ on:

jobs:
build-linux:
runs-on: ubuntu-latest
runs-on: ${{ matrix.target.runner }}
strategy:
matrix:
target:
- { triple: x86_64-unknown-linux-gnu, suffix: linux_amd64, file: eth-staking-smith }
- { 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.31, file: eth-staking-smith, runner: ubuntu-20.04 }
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit b861b90

Please sign in to comment.