From 3c67691f8219a97a8420e7abcc99454fc35c2c7b Mon Sep 17 00:00:00 2001 From: Dan Miller Date: Fri, 1 May 2026 22:33:09 -0700 Subject: [PATCH] switch CI image to GHCR and fix Android NDK path --- .github/workflows/release.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 336c3b0..05d6400 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: @@ -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: @@ -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 @@ -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