File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 build-linux :
1212 runs-on : ubuntu-24.04
1313 container :
14- image : stackwallet /stackwallet-ci:latest
14+ image : ghcr.io/cypherstack /stackwallet-ci:latest
1515 strategy :
1616 matrix :
1717 include :
4646 build-android :
4747 runs-on : ubuntu-24.04
4848 container :
49- image : stackwallet /stackwallet-ci:latest
49+ image : ghcr.io/cypherstack /stackwallet-ci:latest
5050 strategy :
5151 matrix :
5252 include :
6868 key : android-${{ matrix.abi }}
6969
7070 - name : Build
71- env :
72- ANDROID_NDK_ROOT : /opt/android-ndk-r28
7371 run : |
7472 cd rust
7573 cargo ndk --target ${{ matrix.target }} --platform 21 build --release
@@ -175,7 +173,7 @@ jobs:
175173 build-windows :
176174 runs-on : ubuntu-24.04
177175 container :
178- image : stackwallet /stackwallet-ci:latest
176+ image : ghcr.io/cypherstack /stackwallet-ci:latest
179177 steps :
180178 - uses : actions/checkout@v6
181179
You can’t perform that action at this time.
0 commit comments