Skip to content

Commit

Permalink
Update cargo version for CLI release workflow (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmiller609 committed Mar 8, 2024
1 parent fea0351 commit bf08de5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tembo_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- target: x86_64-unknown-linux-musl
asset_name: x86_64-linux
os: ubuntu-20.04
container: quay.io/tembo/muslrust:1.71.0-stable
container: quay.io/tembo/muslrust:1.76.0-stable
executable: tembo
- target: aarch64-unknown-linux-musl
asset_name: aarch64-linux
Expand Down Expand Up @@ -108,4 +108,3 @@ jobs:
asset_name: ${{ env.TEMBO_CLI_NAME }}-${{ matrix.asset_name }}.tar.gz
tag: ${{ github.ref }}
body: ${{ steps.changelog.outputs.changelog }}

0 comments on commit bf08de5

Please sign in to comment.