added i686-pc-windows-msvc and aarch64-apple-darwin

aarch64-unknown-linux-musl
This commit is contained in:
DastInDark
2022-09-23 15:38:17 +09:00
parent fd3f0d6c00
commit 79f32d1f69

View File

@@ -24,12 +24,23 @@ jobs:
target: "aarch64-unknown-linux-gnu", target: "aarch64-unknown-linux-gnu",
cross: true, cross: true,
} }
- {
os: "ubuntu-latest",
target: "aarch64-unknown-linux-musl",
cross: true,
}
- { os: "macOS-latest", target: "x86_64-apple-darwin", cross: false } - { os: "macOS-latest", target: "x86_64-apple-darwin", cross: false }
- { os: "macOS-latest", target: "aarch64-apple-darwin", cross: false }
- { - {
os: "windows-2019", os: "windows-2019",
target: "x86_64-pc-windows-msvc", target: "x86_64-pc-windows-msvc",
cross: false, cross: false,
} }
- {
os: "windows-2019",
target: "i686-pc-windows-msvc",
cross: true,
}
runs-on: ${{ matrix.info.os }} runs-on: ${{ matrix.info.os }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2