Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build-linux:
runs-on: ubuntu-24.04
container:
image: stackwallet/stackwallet-ci:latest
image: ghcr.io/cypherstack/stackwallet-ci:latest
strategy:
matrix:
include:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
build-android:
runs-on: ubuntu-24.04
container:
image: stackwallet/stackwallet-ci:latest
image: ghcr.io/cypherstack/stackwallet-ci:latest
strategy:
matrix:
include:
Expand All @@ -68,8 +68,6 @@ jobs:
key: android-${{ matrix.abi }}

- name: Build
env:
ANDROID_NDK_ROOT: /opt/android-ndk-r28
run: |
cd rust
cargo ndk --target ${{ matrix.target }} --platform 21 build --release
Expand Down Expand Up @@ -175,7 +173,7 @@ jobs:
build-windows:
runs-on: ubuntu-24.04
container:
image: stackwallet/stackwallet-ci:latest
image: ghcr.io/cypherstack/stackwallet-ci:latest
steps:
- uses: actions/checkout@v6

Expand Down
Loading