Skip to content

Commit

Permalink
build: add arm64 windows build to node-v8 repo
Browse files Browse the repository at this point in the history
  • Loading branch information
gengjiawen committed Oct 20, 2020
1 parent 57613f8 commit e3aa267
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,19 @@ jobs:
run: npx envinfo
- name: Build
run: ./vcbuild.bat experimental-quic

build-windows-arm64:
if: github.repository == 'nodejs/node-v8'
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v2
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install deps
run: choco install nasm
- name: Environment Information
run: npx envinfo
- name: Build
run: ./vcbuild.bat arm64

0 comments on commit e3aa267

Please sign in to comment.