Skip to content

Commit

Permalink
fixing CI
Browse files Browse the repository at this point in the history
Signed-off-by: danbugs <[email protected]>
  • Loading branch information
danbugs committed Dec 26, 2023
1 parent 92a5334 commit 4d56192
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,16 @@ jobs:
name: Install PostgreSQL
uses: ikalnytskyi/action-setup-postgres@v4

- if: matrix.os == 'ubuntu-20.04'
- if: matrix.os == 'windows-latest'
name: Install cross
run: cargo install cross

- if: matrix.os == 'ubuntu-20.04'
- if: matrix.os == 'windows-latest'
name: Pull the ARM64 image
run: docker pull --platform linux/arm64 danstaken/rust-build-env-arm64:latest

# Conditional step for standard Rust build for non-arm64 targets
- if: matrix.os == 'ubuntu-20.04'
- if: matrix.os == 'windows-latest'
name: Cross build for arm64
run: cross build --release --target aarch64-unknown-linux-gnu
env:
Expand Down

0 comments on commit 4d56192

Please sign in to comment.