aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vincent Young <missuo@pm.me> 2022-10-29 20:44:42 +0800
committerGravatar GitHub <noreply@github.com> 2022-10-29 20:44:42 +0800
commit8fb930454954ccfe9b4e9e6655bed4b5ed3d81ea (patch)
tree9b28b887dcd0f573d15676678ce4773556660a94
parent5396d9e64ddf277dfd67025dcb864fa39917714f (diff)
downloadrathole-8fb930454954ccfe9b4e9e6655bed4b5ed3d81ea.tar.gz
rathole-8fb930454954ccfe9b4e9e6655bed4b5ed3d81ea.tar.zst
rathole-8fb930454954ccfe9b4e9e6655bed4b5ed3d81ea.zip
chore: aarch64-apple-darwin CI
-rw-r--r--.github/workflows/rust.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index d8a16d0..45c693a 100644
--- a/.github/workflows/rust.yml
+++ b/.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