Update release.yml

This commit is contained in:
Shunsuke Shibayama 2022-10-20 16:49:02 +09:00
parent 26d0258d5e
commit 1c2014f7ca

View file

@ -22,16 +22,17 @@ jobs:
strategy: strategy:
matrix: matrix:
include: include:
- target: armv7-unknown-linux-gnueabihf ## permission denied?
os: ubuntu-latest # - target: armv7-unknown-linux-gnueabihf
- target: aarch64-unknown-linux-gnu # os: ubuntu-latest
os: ubuntu-latest # - target: aarch64-unknown-linux-gnu
# 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-unknown-linux-musl # - target: x86_64-unknown-linux-musl
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