Add github action
Former-commit-id: ba40ad189da895c4d87f3ebb0ee173c2c6e35c2b [formerly f0ee186b2bc2f1a33b8065f26a18fa4180d86b88] [formerly 7343e47591d034d29abdaab8466cf7a03b435b65 [formerly 2348b5b41dd90ed48bd9d2d52e527f6e16ab0bc0]] Former-commit-id: 9c5d773daf86809c40d30c8b34a2d0660298579b [formerly ea1b0885c83536f7f535dbad8d05b065c1f4a606] Former-commit-id: 99f0ce7f84656e92f045062b0b1b2df28ab60590 Former-commit-id: f6558fef11b33540f435eb70ddd816546c41c84d Former-commit-id: c73a427c4ad0eaa4c2c8b98d25b07362b0c61b73 Former-commit-id: 373186b8a24a6ff1fdf334f92ba1e67b23a5dd08 [formerly 0e3528caf8589a15301165938635cbd627b41895] Former-commit-id: c42595a57473c8abb11bad4046c7d5be7f6c0448
This commit is contained in:
parent
fd0a6c4e8e
commit
eb63954636
1 changed files with 14 additions and 0 deletions
14
.github/workflows/release.yaml
vendored
14
.github/workflows/release.yaml
vendored
|
@ -30,12 +30,26 @@ jobs:
|
|||
- name: Linux armv7hf
|
||||
target: armv7-unknown-linux-musleabihf
|
||||
|
||||
- name: Linux mips
|
||||
target: mips-unknown-linux-musl
|
||||
|
||||
- name: Linux mips64
|
||||
target: mips64-unknown-linux-muslabi64
|
||||
|
||||
# Mac OS
|
||||
- name: MacOS x86_64
|
||||
target: x86_64-apple-darwin
|
||||
|
||||
- name: iOS x86_64
|
||||
target: x86_64-apple-ios
|
||||
|
||||
- name: MacOS aarch64
|
||||
target: aarch64-apple-darwin
|
||||
|
||||
- name: iOS aarch64
|
||||
target: aarch64-apple-ios
|
||||
|
||||
|
||||
# Windows
|
||||
# - name: Windows x86_64
|
||||
# # Use another GitHub action OS
|
||||
|
|
Loading…
Reference in a new issue