Skip to content

Commit 03ed994

Browse files
committed
target musl platforms
1 parent 8f24ab4 commit 03ed994

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
cache: false
4141
min-node-version: 18
4242
rust: true
43-
only: darwin-arm64,darwin-x64,linux-arm64,linux-x64
43+
only: darwin-arm64,darwin-x64,linux-arm64,linux-x64,linux-musl-arm64,linux-musl-x64
4444
# Need this, now that libdatadog packages libunwind as a submodule
4545
prebuild: '(command -v apk >/dev/null && apk add autoconf automake libtool) || (command -v apt-get >/dev/null && apt-get update && apt-get install -y autoconf automake libtool) || true'
4646

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
cache: false
2929
min-node-version: 18
3030
rust: true
31-
only: darwin-arm64,darwin-x64,linux-arm64,linux-x64
31+
only: darwin-arm64,darwin-x64,linux-arm64,linux-x64,linux-musl-arm64,linux-musl-x64
3232

3333
publish:
3434
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)