mirror of
https://github.com/richfelker/musl-cross-make.git
synced 2025-04-19 15:34:58 +02:00
Fix matrix
This commit is contained in:
parent
66f192850d
commit
391daace9c
21
.github/workflows/ci.yml
vendored
21
.github/workflows/ci.yml
vendored
@ -13,18 +13,19 @@ on:
|
||||
jobs:
|
||||
# This workflow contains a single job called "build"
|
||||
build:
|
||||
# The type of runner that the job will run on
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- target=aarch64-linux-musl
|
||||
- target=arm-linux-musleabi
|
||||
- target=arm-linux-musleabihf
|
||||
- target=i686-linux-musl
|
||||
- target=riscv64-linux-musl
|
||||
- target=x86_64-linux-musl
|
||||
- target=x86_64-linux-muslx32
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- target: aarch64-linux-musl
|
||||
- target: arm-linux-musleabi
|
||||
- target: arm-linux-musleabihf
|
||||
- target: i686-linux-musl
|
||||
- target: riscv64-linux-musl
|
||||
- target: x86_64-linux-musl
|
||||
- target: x86_64-linux-muslx32
|
||||
|
||||
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user