diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a3f43a2..83ebd54 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,20 +30,20 @@ jobs: strategy: matrix: include: - - target: armv7-unknown-linux-gnueabihf - os: ubuntu-latest - - target: aarch64-unknown-linux-gnu - os: ubuntu-latest - - target: aarch64-apple-darwin - os: macos-latest + # - target: armv7-unknown-linux-gnueabihf + # os: ubuntu-latest + # - target: aarch64-unknown-linux-gnu + # os: ubuntu-latest + # - target: aarch64-apple-darwin + # os: macos-latest - target: x86_64-unknown-linux-gnu os: ubuntu-latest - target: x86_64-apple-darwin os: macos-latest - target: x86_64-pc-windows-msvc os: windows-latest - - target: i686-pc-windows-msvc - os: windows-latest + # - target: i686-pc-windows-msvc + # os: windows-latest runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3