mirror of
https://github.com/ivabus/gui
synced 2025-06-08 08:10:26 +03:00
change build cmd
This commit is contained in:
parent
243d587c94
commit
84698c3669
1 changed files with 6 additions and 6 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
@ -125,16 +125,16 @@ jobs:
|
|||
# name: darwin+x86-64
|
||||
# id: mac_latest
|
||||
# TODO: blocked by gtk packages
|
||||
# - os: ubuntu-latest
|
||||
# name: linux+x86-64
|
||||
# id: linux
|
||||
- os: ubuntu-latest
|
||||
name: linux+x86-64
|
||||
id: linux
|
||||
# - os: [self-hosted, macOS, ARM64]
|
||||
# name: darwin+aarch64
|
||||
# id: mac_m1
|
||||
# note: if this fails maybe the runner got replaced, manually installed gtk there
|
||||
# sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
|
||||
- os: [self-hosted, linux, ARM64]
|
||||
name: linux+aarch64
|
||||
# - os: [self-hosted, linux, ARM64]
|
||||
# name: linux+aarch64
|
||||
container: ${{ matrix.platform.container }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
@ -168,7 +168,7 @@ jobs:
|
|||
# TODO: https://tauri.app/v1/guides/distribution/sign-linux
|
||||
run: |
|
||||
sh <(curl https://tea.xyz) .
|
||||
sh <(curl https://tea.xyz) . build
|
||||
sh <(curl https://tea.xyz) -x build
|
||||
|
||||
- name: build platform output
|
||||
id: build_platform
|
||||
|
|
Loading…
Reference in a new issue