Add workflow for Node.js ARM64

This commit is contained in:
Wilson Lin 2021-07-27 02:14:31 +10:00
parent 016e83d6fd
commit 5563f4237f
1 changed files with 2 additions and 10 deletions

View File

@ -4,22 +4,14 @@ on:
create:
tags:
- 'v*'
repository_dispatch:
types: [wf-nodejs]
workflow_dispatch:
jobs:
build:
strategy:
matrix:
feature: [core, js]
os: [macos-11.0, ubuntu-18.04, windows-2019]
include:
- os: macos-11.0
ARCH: macos-x86_64
- os: ubuntu-18.04
ARCH: linux-x86_64
- os: windows-2019
ARCH: windows-x86_64
os: [macos-11.0, ubuntu-18.04, windows-2019, self-hosted]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1