diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 444a228..3b9f318 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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