From c2d57fcf4841248bb0b1d731fce607b0fca029f8 Mon Sep 17 00:00:00 2001 From: Ethan Smith Date: Sun, 5 Sep 2021 13:42:20 -0700 Subject: [PATCH 1/2] Add arm64 musl build --- .github/workflows/release.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9ade1b3d..73851d30 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 From e916ac8050c0f7a3a2fc2a394add7b0f46652d41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Saparelli?= Date: Wed, 29 Sep 2021 01:43:36 +1300 Subject: [PATCH 2/2] Add repology badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4b013d15..8f56f3a2 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`