Skip to content

Commit

Permalink
build x86_64 version of cake and xmruw
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK committed Aug 14, 2024
1 parent 6948e08 commit 50c160d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cake_wallet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
run: |
./build_single.sh monero aarch64-linux-android -j$(nproc)
./build_single.sh wownero aarch64-linux-android -j$(nproc)
./build_single.sh monero x86_64-linux-android -j$(nproc)
./build_single.sh wownero x86_64-linux-android -j$(nproc)
unxz -f -k release/*/*.xz
mv release /opt/monero_c_release
Expand Down Expand Up @@ -187,13 +189,11 @@ jobs:
- name: Rename apk file
run: |
cd /opt/android/cake_wallet/build/app/outputs/flutter-apk
mkdir test-apk
cp app-arm64-v8a-release.apk "test-apk/$(echo ${{ github.ref_name }} | sed 's/[^a-zA-Z0-9]//g').apk"
- name: Upload Artifact
uses: kittaakos/upload-artifact-as-is@v0
with:
path: /opt/android/cake_wallet/build/app/outputs/flutter-apk/test-apk/
path: /opt/android/cake_wallet/build/app/outputs/flutter-apk/*.apk

- name: remove android_ndk
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/xmruw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
./apply_patches.sh ${{ matrix.coin }}
- name: ${{ matrix.coin }}/aarch64-linux-android
run: ./build_single.sh ${{ matrix.coin }} aarch64-linux-android -j$(nproc)
- name: ${{ matrix.coin }}/x86_64-linux-android
run: ./build_single.sh ${{ matrix.coin }} x86_64-linux-android -j$(nproc)
- name: clone xmruw
run: |
git clone https://github.com/mrcyjanek/unnamed_monero_wallet
Expand Down

0 comments on commit 50c160d

Please sign in to comment.