mirror of
https://github.com/ivabus/gui
synced 2025-06-08 00:00:27 +03:00
use docker image
This commit is contained in:
parent
a3fc2ddc4a
commit
abd3137cfa
1 changed files with 8 additions and 8 deletions
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
|
@ -69,7 +69,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: build tauri for Linux
|
- name: build tauri for Linux
|
||||||
uses: ./devops/ubuntu
|
uses: getneil/tea-builder:latest
|
||||||
- uses: aws-actions/configure-aws-credentials@v1
|
- uses: aws-actions/configure-aws-credentials@v1
|
||||||
with:
|
with:
|
||||||
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||||
|
@ -106,15 +106,15 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
platform:
|
platform:
|
||||||
- os: macos-11
|
# - os: macos-11
|
||||||
name: darwin+x86-64
|
# name: darwin+x86-64
|
||||||
id: mac_latest
|
# id: mac_latest
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
name: linux+x86-64
|
name: linux+x86-64
|
||||||
id: linux
|
id: linux
|
||||||
- os: [self-hosted, macOS, ARM64]
|
# - os: [self-hosted, macOS, ARM64]
|
||||||
name: darwin+aarch64
|
# name: darwin+aarch64
|
||||||
id: mac_m1
|
# id: mac_m1
|
||||||
# err: Package atk was not found in the pkg-config search path.
|
# err: Package atk was not found in the pkg-config search path.
|
||||||
# requires atk >= 2.18
|
# requires atk >= 2.18
|
||||||
# - os: [self-hosted, linux, ARM64]
|
# - os: [self-hosted, linux, ARM64]
|
||||||
|
@ -144,7 +144,7 @@ jobs:
|
||||||
# uses: teaxyz/setup@v0
|
# uses: teaxyz/setup@v0
|
||||||
if: startsWith(matrix.platform.name, 'linux')
|
if: startsWith(matrix.platform.name, 'linux')
|
||||||
# TODO: https://tauri.app/v1/guides/distribution/sign-linux
|
# TODO: https://tauri.app/v1/guides/distribution/sign-linux
|
||||||
uses: ./devops/ubuntu
|
uses: getneil/tea-builder:latest
|
||||||
|
|
||||||
- name: build platform output
|
- name: build platform output
|
||||||
id: build_platform
|
id: build_platform
|
||||||
|
|
Loading…
Reference in a new issue