From c9851bdc0eeb5332138c151504871ccb9e8c7b1a Mon Sep 17 00:00:00 2001 From: Shashi Kant Date: Wed, 22 May 2024 15:29:52 +0000 Subject: [PATCH] fix: compiling tailcall-aws-lambda for musl (#2007) Co-authored-by: Amit Singh --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e65c2bcc58..ae3abbe988 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -427,7 +427,7 @@ jobs: env: APP_VERSION: ${{ needs.draft_release.outputs.create_release_name }} NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - run: cargo lambda build -p tailcall-aws-lambda --release + run: cargo lambda build -p tailcall-aws-lambda --release --target x86_64-unknown-linux-musl - name: Rename Binary with Target Name run: |