Skip to content

Commit d6a54b7

Browse files
authored
Try fix publish (#109)
1 parent 0abc2af commit d6a54b7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,20 @@ jobs:
3131
target: x86_64-unknown-linux-gnu
3232
- os: windows-2019
3333
target: x86_64-pc-windows-msvc
34+
arch:
35+
- x64
3436
include:
3537
# only node 15+ supports arm64 natively, so we only need to build 16 for now
3638
- system:
3739
os: [self-hosted, macOS, ARM64]
3840
target: aarch64-apple-darwin
3941
node_version: 16
42+
arch: arm64
4043
- system:
4144
os: [self-hosted, macOS, ARM64]
4245
target: aarch64-apple-darwin
4346
node_version: 18
47+
arch: arm64
4448
steps:
4549
- uses: actions/checkout@v2
4650
with:
@@ -49,6 +53,7 @@ jobs:
4953
- uses: actions/[email protected]
5054
with:
5155
node-version: ${{ matrix.node_version }}
56+
architecture: ${{ matrix.arch }}
5257
- uses: actions-rs/toolchain@v1
5358
with:
5459
profile: minimal

0 commit comments

Comments
 (0)