We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0abc2af commit d6a54b7Copy full SHA for d6a54b7
.github/workflows/publish.yaml
@@ -31,16 +31,20 @@ jobs:
31
target: x86_64-unknown-linux-gnu
32
- os: windows-2019
33
target: x86_64-pc-windows-msvc
34
+ arch:
35
+ - x64
36
include:
37
# only node 15+ supports arm64 natively, so we only need to build 16 for now
38
- system:
39
os: [self-hosted, macOS, ARM64]
40
target: aarch64-apple-darwin
41
node_version: 16
42
+ arch: arm64
43
44
45
46
node_version: 18
47
48
steps:
49
- uses: actions/checkout@v2
50
with:
@@ -49,6 +53,7 @@ jobs:
53
- uses: actions/[email protected]
54
51
55
node-version: ${{ matrix.node_version }}
56
+ architecture: ${{ matrix.arch }}
52
57
- uses: actions-rs/toolchain@v1
58
59
profile: minimal
0 commit comments