mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-13 07:41:11 +01:00
Merge branch 'main' into tokio
This commit is contained in:
commit
a79de88c58
2 changed files with 9 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
|
||||
|
|
|
@ -40,6 +40,8 @@ More usage examples: [in the CLI README](./cli/#usage-examples)!
|
|||
|
||||
## Install
|
||||
|
||||
<a href="https://repology.org/project/watchexec/versions"><img align="right" src="https://repology.org/badge/vertical-allrepos/watchexec.svg" alt="Packaging status"></a>
|
||||
|
||||
- As pre-built binary package: https://watchexec.github.io/downloads/
|
||||
- With your package manager for Arch, Homebrew, Nix, Scoop, Chocolatey…
|
||||
- From source with Cargo: `cargo install watchexec-cli`
|
||||
|
|
Loading…
Reference in a new issue