Update oxipng.yml
This commit is contained in:
parent
7ffbe1fb78
commit
43e22aba8f
1 changed files with 10 additions and 0 deletions
10
.github/workflows/oxipng.yml
vendored
10
.github/workflows/oxipng.yml
vendored
|
|
@ -17,6 +17,8 @@ jobs:
|
||||||
- x86_64-unknown-linux-musl
|
- x86_64-unknown-linux-musl
|
||||||
- x86_64-pc-windows-msvc
|
- x86_64-pc-windows-msvc
|
||||||
- x86_64-apple-darwin
|
- x86_64-apple-darwin
|
||||||
|
- aarch64-unknown-linux-gnu
|
||||||
|
- aarch64-unknown-linux-musl
|
||||||
toolchain:
|
toolchain:
|
||||||
# Minimum stable
|
# Minimum stable
|
||||||
- "1.56.0"
|
- "1.56.0"
|
||||||
|
|
@ -32,6 +34,10 @@ jobs:
|
||||||
os: windows-latest
|
os: windows-latest
|
||||||
- target: x86_64-apple-darwin
|
- target: x86_64-apple-darwin
|
||||||
os: macOS-latest
|
os: macOS-latest
|
||||||
|
- target: aarch64-unknown-linux-gnu
|
||||||
|
os: ubuntu-latest
|
||||||
|
- target: aarch64-unknown-linux-musl
|
||||||
|
os: ubuntu-latest
|
||||||
exclude:
|
exclude:
|
||||||
- target: x86_64-pc-windows-msvc
|
- target: x86_64-pc-windows-msvc
|
||||||
toolchain: beta
|
toolchain: beta
|
||||||
|
|
@ -45,6 +51,10 @@ jobs:
|
||||||
toolchain: beta
|
toolchain: beta
|
||||||
- target: x86_64-unknown-linux-musl
|
- target: x86_64-unknown-linux-musl
|
||||||
toolchain: nightly
|
toolchain: nightly
|
||||||
|
- target: aarch64-unknown-linux-gnu
|
||||||
|
toolchain: beta
|
||||||
|
- target: aarch64-unknown-linux-musl
|
||||||
|
toolchain: nightly
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue