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 219fe4d commit 8736122Copy full SHA for 8736122
.github/workflows/build.yml
@@ -22,6 +22,7 @@ jobs:
22
matrix:
23
include:
24
- { os: ubuntu-18.04, target: linux, platform: linux-x64 }
25
+ - { os: ubuntu-18.04, target: linux, platform: linux-arm64 }
26
- { os: macos-11, target: darwin, platform: darwin-x64 }
27
- { os: macos-11, target: darwin, platform: darwin-arm64 }
28
- { os: windows-latest, target: windows, platform: win32-ia32 }
0 commit comments