Skip to content

Commit

Permalink
Try fix publish (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
coltfred authored Nov 14, 2022
1 parent 0abc2af commit d6a54b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,20 @@ jobs:
target: x86_64-unknown-linux-gnu
- os: windows-2019
target: x86_64-pc-windows-msvc
arch:
- x64
include:
# only node 15+ supports arm64 natively, so we only need to build 16 for now
- system:
os: [self-hosted, macOS, ARM64]
target: aarch64-apple-darwin
node_version: 16
arch: arm64
- system:
os: [self-hosted, macOS, ARM64]
target: aarch64-apple-darwin
node_version: 18
arch: arm64
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -49,6 +53,7 @@ jobs:
- uses: actions/[email protected]
with:
node-version: ${{ matrix.node_version }}
architecture: ${{ matrix.arch }}
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down

0 comments on commit d6a54b7

Please sign in to comment.