Skip to content

Commit

Permalink
adds release for windows x86
Browse files Browse the repository at this point in the history
  • Loading branch information
shahadarsh committed Jan 8, 2024
1 parent 5a2196a commit 6ac0bfa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tembo_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
asset_name: aarch64-linux
os: ubuntu-20.04
container: messense/rust-musl-cross:aarch64-musl
- target: x86_64-pc-windows-msvc
asset_name: x86_64-windows
os: windows-latest
runs-on: ${{ matrix.os }}
container:
image: ${{ matrix.container }}
Expand Down

0 comments on commit 6ac0bfa

Please sign in to comment.