mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
add linux builders
This commit is contained in:
parent
3e1aaab8f1
commit
24a6b88cb8
1 changed files with 7 additions and 7 deletions
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
|
@ -122,15 +122,15 @@ jobs:
|
|||
platform:
|
||||
- os: macos-11
|
||||
name: darwin+x86-64
|
||||
# - os: ubuntu-latest
|
||||
# name: linux+x86-64
|
||||
# container:
|
||||
# image: debian:buster-slim
|
||||
# options: --memory=24g
|
||||
- os: ubuntu-latest
|
||||
name: linux+x86-64
|
||||
container:
|
||||
image: debian:buster-slim
|
||||
options: --memory=24g
|
||||
- os: [self-hosted, macOS, ARM64]
|
||||
name: darwin+aarch64
|
||||
# - os: [self-hosted, linux, ARM64]
|
||||
# name: linux+aarch64
|
||||
- os: [self-hosted, linux, ARM64]
|
||||
name: linux+aarch64
|
||||
container: ${{ matrix.platform.container }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue