mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-16 14:10:52 +01:00
Remove iOS builds from CI/CD workflows
This commit is contained in:
56
.github/workflows/build.yml
vendored
56
.github/workflows/build.yml
vendored
@ -187,59 +187,3 @@ jobs:
|
||||
path: |
|
||||
src-tauri/gen/android/app/build/outputs/apk/**/*.apk
|
||||
src-tauri/gen/android/app/build/outputs/bundle/**/*.aab
|
||||
|
||||
# iOS builds are disabled - uncomment when you have an Apple Developer Account
|
||||
# build-ios:
|
||||
# runs-on: macos-latest
|
||||
# steps:
|
||||
# - name: Checkout repository
|
||||
# uses: actions/checkout@v4
|
||||
#
|
||||
# - name: Setup Node.js
|
||||
# uses: actions/setup-node@v4
|
||||
# with:
|
||||
# node-version: '20'
|
||||
#
|
||||
# - name: Install pnpm
|
||||
# uses: pnpm/action-setup@v4
|
||||
#
|
||||
# - name: Setup Rust
|
||||
# uses: dtolnay/rust-toolchain@stable
|
||||
#
|
||||
# - name: Install Rust iOS targets
|
||||
# run: |
|
||||
# rustup target add aarch64-apple-ios
|
||||
# rustup target add x86_64-apple-ios
|
||||
# rustup target add aarch64-apple-ios-sim
|
||||
#
|
||||
# - name: Get pnpm store directory
|
||||
# shell: bash
|
||||
# run: |
|
||||
# echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
|
||||
#
|
||||
# - name: Setup pnpm cache
|
||||
# uses: actions/cache@v4
|
||||
# with:
|
||||
# path: ${{ env.STORE_PATH }}
|
||||
# key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||
# restore-keys: |
|
||||
# ${{ runner.os }}-pnpm-store-
|
||||
#
|
||||
# - name: Setup Rust cache
|
||||
# uses: Swatinem/rust-cache@v2
|
||||
# with:
|
||||
# workspaces: src-tauri
|
||||
#
|
||||
# - name: Install frontend dependencies
|
||||
# run: pnpm install --frozen-lockfile
|
||||
#
|
||||
# - name: Build iOS app
|
||||
# run: pnpm tauri ios build
|
||||
#
|
||||
# - name: Upload iOS artifacts
|
||||
# uses: actions/upload-artifact@v4
|
||||
# with:
|
||||
# name: ios
|
||||
# path: |
|
||||
# src-tauri/gen/apple/build/Build/Products/**/*.app
|
||||
# src-tauri/gen/apple/build/Build/Products/**/*.ipa
|
||||
|
||||
59
.github/workflows/release.yml
vendored
59
.github/workflows/release.yml
vendored
@ -196,65 +196,6 @@ jobs:
|
||||
src-tauri/gen/android/app/build/outputs/bundle/**/*.aab
|
||||
draft: true
|
||||
|
||||
# iOS builds are disabled - uncomment when you have an Apple Developer Account
|
||||
# build-ios:
|
||||
# needs: create-release
|
||||
# permissions:
|
||||
# contents: write
|
||||
# runs-on: macos-latest
|
||||
# steps:
|
||||
# - name: Checkout repository
|
||||
# uses: actions/checkout@v4
|
||||
#
|
||||
# - name: Setup Node.js
|
||||
# uses: actions/setup-node@v4
|
||||
# with:
|
||||
# node-version: '20'
|
||||
#
|
||||
# - name: Install pnpm
|
||||
# uses: pnpm/action-setup@v4
|
||||
#
|
||||
# - name: Setup Rust
|
||||
# uses: dtolnay/rust-toolchain@stable
|
||||
#
|
||||
# - name: Install Rust iOS targets
|
||||
# run: |
|
||||
# rustup target add aarch64-apple-ios
|
||||
# rustup target add x86_64-apple-ios
|
||||
# rustup target add aarch64-apple-ios-sim
|
||||
#
|
||||
# - name: Get pnpm store directory
|
||||
# shell: bash
|
||||
# run: |
|
||||
# echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
|
||||
#
|
||||
# - name: Setup pnpm cache
|
||||
# uses: actions/cache@v4
|
||||
# with:
|
||||
# path: ${{ env.STORE_PATH }}
|
||||
# key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||
# restore-keys: |
|
||||
# ${{ runner.os }}-pnpm-store-
|
||||
#
|
||||
# - name: Setup Rust cache
|
||||
# uses: Swatinem/rust-cache@v2
|
||||
# with:
|
||||
# workspaces: src-tauri
|
||||
#
|
||||
# - name: Install frontend dependencies
|
||||
# run: pnpm install --frozen-lockfile
|
||||
#
|
||||
# - name: Build iOS app
|
||||
# run: pnpm tauri ios build
|
||||
#
|
||||
# - name: Upload to Release
|
||||
# uses: softprops/action-gh-release@v2
|
||||
# with:
|
||||
# files: |
|
||||
# src-tauri/gen/apple/build/Build/Products/**/*.app
|
||||
# src-tauri/gen/apple/build/Build/Products/**/*.ipa
|
||||
# draft: true
|
||||
|
||||
publish-release:
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
Reference in New Issue
Block a user