Skip to content

Commit

Permalink
Cross compile for aarch64-unknown-linux-gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
olof-nord committed May 2, 2021
1 parent 1873a00 commit b980b41
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,21 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: aarch64-unknown-linux-gnu

- name: Build zkgroup library
uses: actions-rs/cargo@v1
with:
use-cross: true
command: build
args: --manifest-path lib/zkgroup/Cargo.toml
args: --manifest-path lib/zkgroup/Cargo.toml --target aarch64-unknown-linux-gnu

- name: Debug
run: |
pwd
ls -la
ls -la lib/zkgroup
ls -la lib/zkgroup/target
- name: Upload built artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit b980b41

Please sign in to comment.