Skip to content

Commit

Permalink
gh: Build linux x86 desktop app (#421)
Browse files Browse the repository at this point in the history
* gha: tauri action args

* gha: remove windows
  • Loading branch information
tiero authored Oct 26, 2023
1 parent 8f199b9 commit fb00db2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [macos-latest, ubuntu-20.04, windows-latest]
platform: [macos-latest, ubuntu-20.04]

runs-on: ${{ matrix.platform }}

Expand All @@ -27,7 +27,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
rustup target add aarch64-unknown-linux-gnu
- name: Install missing Rust target for universal Mac build
if: matrix.platform == 'macos-latest'
Expand Down Expand Up @@ -102,8 +101,7 @@ jobs:
releaseDraft: false
includeDebug: true
updaterJsonKeepUniversal: true
args: '--target universal-apple-darwin'

args: ${{matrix.platform == 'ubuntu-20.04' && '--target x86_64-unknown-linux-gnu' || '--target universal-apple-darwin'}}
# Commit package.json, tauri.conf.json and Cargo.toml to master
- name: Commit & Push
run: |
Expand Down

0 comments on commit fb00db2

Please sign in to comment.