change build cmd

This commit is contained in:
neil 2023-01-06 08:35:04 +08:00
parent 243d587c94
commit 84698c3669

View file

@ -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