Try to build with musl on CI (#19571)
- Closes #19092 - Closes #15411 Release Notes: - SSH Remoting: Build with musl (adds support for machines with old, or no glibc)
This commit is contained in:
parent
33197608ed
commit
a9f48bd9d1
3 changed files with 8 additions and 5 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -386,7 +386,6 @@ jobs:
|
|||
|
||||
- name: Upload app bundle to release
|
||||
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
|
||||
if: ${{ env.RELEASE_CHANNEL == 'preview' || env.RELEASE_CHANNEL == 'stable' }}
|
||||
with:
|
||||
draft: true
|
||||
prerelease: ${{ env.RELEASE_CHANNEL == 'preview' }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue