Skip to content

Commit

Permalink
runs only windows x86
Browse files Browse the repository at this point in the history
  • Loading branch information
shahadarsh committed Jan 8, 2024
1 parent 6ac0bfa commit 0c4298f
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions .github/workflows/tembo_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ jobs:
fail-fast: false
matrix:
include:
- target: x86_64-apple-darwin
asset_name: x86_64-apple
os: macos-latest
- target: aarch64-apple-darwin
asset_name: aarch64-apple
os: macos-latest
- target: x86_64-unknown-linux-musl
asset_name: x86_64-linux
os: ubuntu-20.04
container: quay.io/tembo/muslrust:1.71.0-stable
- target: aarch64-unknown-linux-musl
asset_name: aarch64-linux
os: ubuntu-20.04
container: messense/rust-musl-cross:aarch64-musl
#- target: x86_64-apple-darwin
# asset_name: x86_64-apple
# os: macos-latest
#- target: aarch64-apple-darwin
# asset_name: aarch64-apple
# os: macos-latest
# - target: x86_64-unknown-linux-musl
# asset_name: x86_64-linux
# os: ubuntu-20.04
# container: quay.io/tembo/muslrust:1.71.0-stable
#- target: aarch64-unknown-linux-musl
# 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
Expand All @@ -52,7 +52,6 @@ jobs:
working-directory: ./tembo-cli
id: cargo_build
run: |
set -x
rustup target add ${{ matrix.target }}
cargo build --release --target=${{ matrix.target }}
cd target/${{ matrix.target }}/release
Expand Down

0 comments on commit 0c4298f

Please sign in to comment.