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)..\..\