mirror of https://github.com/mtshiba/pylyzer
Update release.yml
This commit is contained in:
parent
8fbb0b4a31
commit
5788503e05
|
|
@ -30,20 +30,20 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- target: armv7-unknown-linux-gnueabihf
|
# - target: armv7-unknown-linux-gnueabihf
|
||||||
os: ubuntu-latest
|
# os: ubuntu-latest
|
||||||
- target: aarch64-unknown-linux-gnu
|
# - target: aarch64-unknown-linux-gnu
|
||||||
os: ubuntu-latest
|
# os: ubuntu-latest
|
||||||
- target: aarch64-apple-darwin
|
# - target: aarch64-apple-darwin
|
||||||
os: macos-latest
|
# os: macos-latest
|
||||||
- target: x86_64-unknown-linux-gnu
|
- target: x86_64-unknown-linux-gnu
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
- target: x86_64-apple-darwin
|
- target: x86_64-apple-darwin
|
||||||
os: macos-latest
|
os: macos-latest
|
||||||
- target: x86_64-pc-windows-msvc
|
- target: x86_64-pc-windows-msvc
|
||||||
os: windows-latest
|
os: windows-latest
|
||||||
- target: i686-pc-windows-msvc
|
# - target: i686-pc-windows-msvc
|
||||||
os: windows-latest
|
# os: windows-latest
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue