Skip to content

Commit 8736122

Browse files
committed
add linux-arm64
1 parent 219fe4d commit 8736122

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
matrix:
2323
include:
2424
- { os: ubuntu-18.04, target: linux, platform: linux-x64 }
25+
- { os: ubuntu-18.04, target: linux, platform: linux-arm64 }
2526
- { os: macos-11, target: darwin, platform: darwin-x64 }
2627
- { os: macos-11, target: darwin, platform: darwin-arm64 }
2728
- { os: windows-latest, target: windows, platform: win32-ia32 }

0 commit comments

Comments
 (0)