diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6505d22d1e..53540e5636 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -63,10 +63,10 @@ jobs: os: ubuntu-24.04-arm # os: blacksmith-4vcpu-ubuntu-2404 # os: blacksmith-4vcpu-ubuntu-2404 - # - target: x86_64-unknown-linux-musl - # os: ubuntu-24.04 - # - target: aarch64-unknown-linux-musl - # os: ubuntu-24.04-arm + - target: x86_64-unknown-linux-musl + os: ubuntu-24.04 + - target: aarch64-unknown-linux-musl + os: ubuntu-24.04-arm steps: - name: Checkout uses: actions/checkout@v5 diff --git a/packages/cli/Cargo.toml b/packages/cli/Cargo.toml index ddbe943d19..fbffb5166a 100644 --- a/packages/cli/Cargo.toml +++ b/packages/cli/Cargo.toml @@ -81,6 +81,9 @@ reqwest = { workspace = true, features = ["rustls-tls", "trust-dns", "json"] } tower = { workspace = true } git2 = "0.20.2" +[target.'cfg(target_env = "musl")'.dependencies] +git2 = { version = "0.20.2", features = ["vendored-libgit2"] } + # path lookup which = { version = "8.0.0" }