Skip to content

Commit

Permalink
Merge pull request #35 from NordSecurity/LLT-5784_add_aarch64_support…
Browse files Browse the repository at this point in the history
…_for_qnap

Add support for qnap aarch64 build
  • Loading branch information
lcruz99 authored Jan 20, 2025
2 parents 54bc6e5 + b0a29a1 commit 401ecac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
- run: python3 rust_sample/ci/build_sample.py xcframework ${{ matrix.debug }}
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: rust-sample-xcframework
name: rust-sample-xcframework${{ matrix.debug }}
path: rust_sample/dist/darwin/*.xcframework

test-android-artifacts:
Expand Down
4 changes: 4 additions & 0 deletions rust_build_utils/rust_utils_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@
"strip_path": "/usr/bin/objcopy",
"rust_target": "x86_64-unknown-linux-musl",
},
"aarch64": {
"strip_path": "/usr/aarch64-linux-gnu/bin/objcopy",
"rust_target": "aarch64-unknown-linux-gnu",
},
},
"post_build": ["rust_build_utils.linux_build_utils.strip"],
},
Expand Down

0 comments on commit 401ecac

Please sign in to comment.