mirror of
https://github.com/dandavison/delta.git
synced 2024-11-27 13:55:08 +03:00
cd: build binaries targeting GNU libc on ubuntu-20.04, not latest
This improves compatibility, as latest is 24.04 currently. The statically linked musl build still uses ubuntu-latest
This commit is contained in:
parent
08ec386f25
commit
1f6cc72158
8
.github/workflows/cd.yml
vendored
8
.github/workflows/cd.yml
vendored
@ -21,19 +21,19 @@ jobs:
|
||||
- os: windows-latest
|
||||
target: x86_64-pc-windows-msvc
|
||||
use-cross: false
|
||||
- os: ubuntu-latest
|
||||
- os: ubuntu-20.04
|
||||
target: x86_64-unknown-linux-gnu
|
||||
use-cross: false
|
||||
- os: ubuntu-latest
|
||||
target: x86_64-unknown-linux-musl
|
||||
use-cross: true
|
||||
- os: ubuntu-latest
|
||||
- os: ubuntu-20.04
|
||||
target: i686-unknown-linux-gnu
|
||||
use-cross: true
|
||||
- os: ubuntu-latest
|
||||
- os: ubuntu-20.04
|
||||
target: arm-unknown-linux-gnueabihf
|
||||
use-cross: true
|
||||
- os: ubuntu-latest
|
||||
- os: ubuntu-20.04
|
||||
target: aarch64-unknown-linux-gnu
|
||||
use-cross: true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user