Skip to content

Commit

Permalink
ci: add job for U-24-arm
Browse files Browse the repository at this point in the history
Signed-off-by: Martichou <[email protected]>
  • Loading branch information
Martichou committed Jul 5, 2024
1 parent e0f16c1 commit fea65bb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ jobs:
cache_directory: app/main/src-tauri/target
build_cmd: deb:build
generated_bundle: appimage/r-quick-share*.AppImage
- os: ubuntu-24-arm
target_path: app/main
dependencies: |
sudo apt-get install -y libsoup-3.0-dev libjavascriptcoregtk-4.1-dev libwebkit2gtk-4.1-dev
cache_directory: app/main/src-tauri/target
build_cmd: deb:build
generated_bundle: appimage/r-quick-share*.AppImage
- os: macos-latest
target_path: app/main
cache_directory: app/main/src-tauri/target
Expand Down
4 changes: 4 additions & 0 deletions core_lib/Cross.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[target.aarch64-unknown-linux-gnu]
pre-build = [
"apt update && apt install -y libprotobuf-dev protobuf-compiler",
]

0 comments on commit fea65bb

Please sign in to comment.