Skip to content

Commit

Permalink
fix(ci): comment ubuntu aarch and fix build flag πŸ’š
Browse files Browse the repository at this point in the history
  • Loading branch information
kareemmahlees committed Jun 8, 2024
1 parent d7d29cc commit cff1e79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- platform: "macos-latest"
target: "x86_64-apple-darwin"

- platform: "ubuntu-22.04"
target: "aarch64-unknown-linux-gnu"
# - platform: "ubuntu-22.04"
# target: "aarch64-unknown-linux-gnu"

- platform: "ubuntu-22.04"
target: "x86_64-unknown-linux-gnu"
Expand Down Expand Up @@ -98,4 +98,4 @@ jobs:
releaseId: ${{ github.event.release.id || github.event.inputs.release-id }}
projectPath: ./apps/core
tauriScript: pnpm tauri
args: --config src-tauri/tauri.conf.sidecar.json --features metax --target ${{matrix.target}} ${{ matrix.target == 'aarch64-pc-windows-msvc' && '--bundles nsis'}}
args: --config src-tauri/tauri.conf.sidecar.json --features metax --target ${{matrix.target}} ${{ matrix.target == 'aarch64-pc-windows-msvc' && '--bundles nsis' || ''}}

0 comments on commit cff1e79

Please sign in to comment.