Skip to content

Commit

Permalink
testing native arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-if committed Jun 24, 2024
1 parent e57b1a0 commit a8a0b49
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions .github/workflows/build-ironfish-rust-nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit a8a0b49

Please sign in to comment.