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 4dc8288 commit 3520cf8Copy full SHA for 3520cf8
.github/workflows/build.yml
@@ -20,6 +20,8 @@ jobs:
20
fail-fast: false
21
matrix:
22
include:
23
+ - { os: ubuntu-22.04, target: linux, platform: linux-x64 }
24
+ - { os: ubuntu-22.04, target: linux, platform: linux-arm64 }
25
- { os: ubuntu-18.04, target: linux, platform: linux-x64 }
26
- { os: ubuntu-18.04, target: linux, platform: linux-arm64 }
27
- { os: macos-11, target: darwin, platform: darwin-x64 }
0 commit comments