Skip to content

Commit

Permalink
Drop target Linux builds to GLIBC 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0der authored Aug 10, 2023
1 parent 16f2a26 commit c8acf0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
- { target: aarch64-apple-darwin , os: macos-latest , jreleaser_platform: osx-aarch_64 }
- { target: x86_64-apple-darwin , os: macos-latest , jreleaser_platform: osx-x86_64 }
- { target: x86_64-pc-windows-msvc , os: windows-latest, jreleaser_platform: windows-x86_64 }
- { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04 , jreleaser_platform: linux-x86_64 }
- { target: aarch64-unknown-linux-gnu, os: ubuntu-20.04 , use-cross: true, jreleaser_platform: linux-aarch_64 }
- { target: x86_64-unknown-linux-gnu , os: debian-7 , jreleaser_platform: linux-x86_64 }
- { target: aarch64-unknown-linux-gnu, os: debian-7 , use-cross: true, jreleaser_platform: linux-aarch_64 }
runs-on: ${{ matrix.job.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit c8acf0a

Please sign in to comment.