Skip to content

Commit

Permalink
ci: cross-compile for ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Nov 16, 2022
1 parent db396ce commit bd7b85b
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- 18
node_arch:
- x64
- arm64
cpp_arch:
- x64
zmq_draft:
- false
zmq_shared:
Expand All @@ -29,12 +30,19 @@ jobs:
- 4.3.4

include:
- os: windows-latest
- os: windows-2022
node_version: 18
node_arch: x86
zmq_draft: false
zmq_shared: false

- os: windows-2022
node_version: 18
node_arch: x64
cpp_arch: amd64_arm64
zmq_draft: false
zmq_shared: false

env:
ZMQ_VERSION: ${{ matrix.zmq_version }}
ZMQ_DRAFT: ${{ matrix.zmq_draft }}
Expand Down Expand Up @@ -63,7 +71,7 @@ jobs:
vcvarsall: ${{ contains(matrix.os, 'windows') }}
cmake: true
ninja: true
architecture: ${{ matrix.node_arch }}
architecture: ${{ matrix.cpp_arch }}

- name: Install Node
uses: actions/setup-node@v3
Expand Down

0 comments on commit bd7b85b

Please sign in to comment.