chore(check): change linux x86 target to gnu

This commit is contained in:
Adrian Groh 2023-02-17 14:10:47 +01:00
parent 242fafc97f
commit 3311e623a3
Signed by: Gobidev
GPG Key ID: 3AA3153E98B0D771

View File

@ -10,14 +10,14 @@ jobs:
fail-fast: false
matrix:
target:
- x86_64-unknown-linux-musl
- x86_64-unknown-linux-gnu
- x86_64-unknown-netbsd
- armv7-unknown-linux-gnueabihf
include:
- os: ubuntu-latest
name: Linux x86_64
target: x86_64-unknown-linux-musl
target: x86_64-unknown-linux-gnu
cross: false
strip: true