mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-16 00:58:31 +01:00
commit
59647e64a6
1 changed files with 7 additions and 0 deletions
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
@ -16,6 +16,7 @@ jobs:
|
|||
- linux-i686-musl
|
||||
- linux-armhf-gnu
|
||||
- linux-arm64-gnu
|
||||
- linux-arm64-musl
|
||||
- mac-x86-64
|
||||
- mac-arm64
|
||||
- windows-x86-64
|
||||
|
@ -49,6 +50,12 @@ jobs:
|
|||
target: aarch64-unknown-linux-gnu
|
||||
cross: true
|
||||
experimental: false
|
||||
|
||||
- name: linux-arm64-musl
|
||||
os: ubuntu-latest
|
||||
target: aarch64-unknown-linux-musl
|
||||
cross: true
|
||||
experimental: true
|
||||
|
||||
- name: mac-x86-64
|
||||
os: macos-latest
|
||||
|
|
Loading…
Reference in a new issue