diff --git a/.github/workflows/build-ironfish-rust-nodejs.yml b/.github/workflows/build-ironfish-rust-nodejs.yml index a9708ea729..3fe0df9f90 100644 --- a/.github/workflows/build-ironfish-rust-nodejs.yml +++ b/.github/workflows/build-ironfish-rust-nodejs.yml @@ -14,27 +14,27 @@ jobs: fail-fast: false matrix: settings: - - host: ubuntu-latest - target: x86_64-apple-darwin + # - host: ubuntu-latest + # target: x86_64-apple-darwin - - host: windows-latest - target: x86_64-pc-windows-msvc + # - host: windows-latest + # target: x86_64-pc-windows-msvc - # intentionally macos, needed to cross-compile to lower libc abi - - host: macos-latest - target: x86_64-unknown-linux-gnu + # # intentionally macos, needed to cross-compile to lower libc abi + # - host: macos-latest + # target: x86_64-unknown-linux-gnu - - host: ubuntu-latest - target: x86_64-unknown-linux-musl + # - host: ubuntu-latest + # target: x86_64-unknown-linux-musl - - host: ubuntu-latest - target: aarch64-apple-darwin + # - host: ubuntu-latest + # target: aarch64-apple-darwin - host: ubuntu-latest target: aarch64-unknown-linux-gnu - - host: ubuntu-latest - target: aarch64-unknown-linux-musl + # - host: ubuntu-latest + # target: aarch64-unknown-linux-musl name: Build ${{ matrix.settings.target }} runs-on: ${{ matrix.settings.host }} @@ -85,31 +85,31 @@ jobs: fail-fast: false matrix: settings: - - host: macos-13 - target: x86_64-apple-darwin + # - host: macos-13 + # target: x86_64-apple-darwin - - host: macos-latest - target: aarch64-apple-darwin + # - host: macos-latest + # target: aarch64-apple-darwin - - host: windows-latest - target: x86_64-pc-windows-msvc + # - host: windows-latest + # target: x86_64-pc-windows-msvc - - host: ubuntu-latest - target: x86_64-unknown-linux-gnu - docker: node:18-slim + # - host: ubuntu-latest + # target: x86_64-unknown-linux-gnu + # docker: node:18-slim - - host: ubuntu-latest - target: x86_64-unknown-linux-musl - docker: node:18-alpine + # - host: ubuntu-latest + # target: x86_64-unknown-linux-musl + # docker: node:18-alpine - host: ubuntu-latest target: aarch64-unknown-linux-gnu - docker: ghcr.io/napi-rs/napi-rs/nodejs:aarch64-16 + # docker: ghcr.io/napi-rs/napi-rs/nodejs:aarch64-16 - - host: ubuntu-latest - target: aarch64-unknown-linux-musl - docker: arm64v8/node:18-alpine - platform: linux/arm64/v8 + # - host: ubuntu-latest + # target: aarch64-unknown-linux-musl + # docker: arm64v8/node:18-alpine + # platform: linux/arm64/v8 name: Test bindings for ${{ matrix.settings.target }} runs-on: ${{ matrix.settings.host }}