Skip to content

Commit 516b125

Browse files
authored
lower glibc for 2 more platforms (#1677)
<!-- ELLIPSIS_HIDDEN --> > [!IMPORTANT] > Change `host` to `ubuntu-20.04` for two musl targets in GitHub Actions workflow to ensure glibc compatibility. > > - **Workflow Changes**: > - In `.github/workflows/build-typescript-release.reusable.yaml`, change `host` from `ubuntu-latest` to `ubuntu-20.04` for `x86_64-unknown-linux-musl` and `aarch64-unknown-linux-musl` targets. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=BoundaryML%2Fbaml&utm_source=github&utm_medium=referral)<sup> for e8d24b9. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
1 parent ebb6ec8 commit 516b125

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-typescript-release.reusable.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
node_build: pnpm build:napi-release --target x86_64-unknown-linux-gnu --use-napi-cross
4949

5050
- target: x86_64-unknown-linux-musl
51-
host: ubuntu-latest
51+
host: ubuntu-20.04
5252
before: |
5353
curl -LO https://musl.cc/x86_64-linux-musl-cross.tgz
5454
tar -xzf x86_64-linux-musl-cross.tgz
@@ -63,7 +63,7 @@ jobs:
6363
node_build: pnpm build:napi-release --target x86_64-unknown-linux-musl --use-napi-cross
6464

6565
- target: aarch64-unknown-linux-musl
66-
host: ubuntu-latest
66+
host: ubuntu-20.04
6767
before: |
6868
curl -LO https://musl.cc/aarch64-linux-musl-cross.tgz
6969
tar -xzf aarch64-linux-musl-cross.tgz

0 commit comments

Comments
 (0)