From bae44936d04a41b91de4a9ce55e3431b719cc323 Mon Sep 17 00:00:00 2001 From: Takumasa Sakao Date: Mon, 19 Aug 2024 18:24:16 +0900 Subject: [PATCH] Build musl binaries --- .github/workflows/cd.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index d39a6cd..e40bd55 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -57,6 +57,27 @@ jobs: binary-postfix: "" use-cross: true binary-name: viddy + - os: ubuntu-latest + os-name: linux + target: x86_64-unknown-linux-musl + architecture: x86_64 + binary-postfix: "" + use-cross: true + binary-name: viddy + - os: ubuntu-latest + os-name: linux + target: aarch64-unknown-linux-musl + architecture: arm64 + binary-postfix: "" + use-cross: true + binary-name: viddy + - os: ubuntu-latest + os-name: linux + target: i686-unknown-linux-musl + architecture: i686 + binary-postfix: "" + use-cross: true + binary-name: viddy steps: - name: Checkout repository