From edc0503254dad9fe43c9494229ad6f7921b16d88 Mon Sep 17 00:00:00 2001 From: Paul Dorsch Date: Mon, 23 Mar 2026 15:59:40 -0400 Subject: [PATCH] update with linux-musl --- .github/workflows/release.yml | 2 +- .../Microsoft.ComponentDetection.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5fe628236..7c5e83f76 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - rid: [win-x64, linux-x64, osx-x64, win-arm64, linux-arm64, osx-arm64] + rid: [win-x64, linux-x64, linux-musl-x64, osx-x64, win-arm64, linux-arm64, osx-arm64] env: # Set the build number in MinVer. diff --git a/src/Microsoft.ComponentDetection/Microsoft.ComponentDetection.csproj b/src/Microsoft.ComponentDetection/Microsoft.ComponentDetection.csproj index 300fb14ca..d5d8ffa1b 100644 --- a/src/Microsoft.ComponentDetection/Microsoft.ComponentDetection.csproj +++ b/src/Microsoft.ComponentDetection/Microsoft.ComponentDetection.csproj @@ -2,7 +2,7 @@ Exe - win-x64;linux-x64;osx-x64;win-arm64;linux-arm64;osx-arm64 + win-x64;linux-x64;linux-musl-x64;osx-x64;win-arm64;linux-arm64;osx-arm64 $(MSBuildThisFileDirectory)..\..\