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