From ba3cf24125da3321e198a4f4d0c8954565e4df98 Mon Sep 17 00:00:00 2001 From: Arijit Basu Date: Sun, 24 Oct 2021 19:41:14 +0530 Subject: [PATCH] Release musl binary Closes https://github.com/sayanarijit/xplr/issues/269 --- .github/workflows/cd.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 4e70cc3..f0934b5 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -25,6 +25,10 @@ jobs: artifact_prefix: linux target: x86_64-unknown-linux-gnu binary_postfix: "" + - os: ubuntu-latest + artifact_prefix: linux-musl + target: x86_64-unknown-linux-musl + binary_postfix: "" steps: - name: Installing Rust toolchain