Skip to content

Commit

Permalink
Merge branch 'main' into chore/utm
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulmathur16 committed May 23, 2024
2 parents 71acc1d + 4cca178 commit 51a0724
Show file tree
Hide file tree
Showing 113 changed files with 825 additions and 378 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 51a0724

Please sign in to comment.