build(windows): add arm64 support (#3905)
Signed-off-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Signed-off-by: Coia Prant <coiaprant@gmail.com> Co-authored-by: Ricky8955555 <rkmiao@duck.com> Co-authored-by: Mike Fara <mjfara@gmail.com> Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
This commit is contained in:
parent
cdc444314f
commit
d591643706
20 changed files with 242 additions and 56 deletions
4
.github/workflows/ci-bundle.yml
vendored
4
.github/workflows/ci-bundle.yml
vendored
|
|
@ -23,6 +23,10 @@ jobs:
|
|||
- name: Install npm dependencies
|
||||
run: npm install --ignore-scripts
|
||||
|
||||
- name: Debug install
|
||||
if: always()
|
||||
run: cat "${HOME}/.npm/_logs/*-debug-0.log" || true
|
||||
|
||||
- name: Build
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue