diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9ade1b3..73851d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/README.md b/README.md index 4b013d1..8f56f3a 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ More usage examples: [in the CLI README](./cli/#usage-examples)! ## Install +Packaging status + - 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`