From a1ff5f8ef0a1373d44c7310fb0d08dc6c2049042 Mon Sep 17 00:00:00 2001 From: tangowithfoxtrot <5676771+tangowithfoxtrot@users.noreply.github.com> Date: Tue, 3 Dec 2024 21:42:51 +0000 Subject: [PATCH] build: musl (dynamically linked) target --- apps/cli/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/cli/package.json b/apps/cli/package.json index 16ad1c85191..4a9903a06f8 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -42,6 +42,7 @@ "package:bit:win": "pkg . --targets win-x64 --output ./dist/bit/windows/bw.exe", "package:bit:mac": "pkg . --targets macos-x64 --output ./dist/bit/macos/bw", "package:bit:lin": "pkg . --targets linux-x64 --output ./dist/bit/linux/bw", + "package:bit:lin-musl": "pkg . --targets alpine --output ./dist/bit/linux-musl/bw", "test": "jest", "test:watch": "jest --watch", "test:watch:all": "jest --watchAll"