소스 검색

chore: aarch64-apple-darwin CI

Vincent Young 3 년 전
부모
커밋
8fb9304549
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      .github/workflows/rust.yml

+ 3 - 0
.github/workflows/rust.yml

@@ -49,6 +49,9 @@ jobs:
           - os: macos-latest
             exe: rathole
             target: x86_64-apple-darwin
+          - os: macos-latest
+            exe: rathole
+            target: aarch64-apple-darwin
 
     steps:
       - uses: actions/checkout@v2