Explorar o código

chore: aarch64-apple-darwin CI

Vincent Young %!s(int64=3) %!d(string=hai) anos
pai
achega
8fb9304549
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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