mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-24 20:57:19 -08:00
ci: disable unsupported platforms
This commit is contained in:
parent
05ddd42604
commit
f1d43d94a4
2 changed files with 5 additions and 4 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -26,9 +26,9 @@ jobs:
|
||||||
- name : Linux
|
- name : Linux
|
||||||
os: ubuntu-20.04
|
os: ubuntu-20.04
|
||||||
runtime: linux-x64
|
runtime: linux-x64
|
||||||
- name : Linux (arm64)
|
# - name : Linux (arm64)
|
||||||
os: ubuntu-20.04
|
# os: ubuntu-20.04
|
||||||
runtime: linux-arm64
|
# runtime: linux-arm64
|
||||||
name: Build ${{ matrix.name }}
|
name: Build ${{ matrix.name }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
|
3
.github/workflows/package.yml
vendored
3
.github/workflows/package.yml
vendored
|
@ -66,7 +66,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
runtime: [linux-x64, linux-arm64]
|
# runtime: [linux-x64, linux-arm64]
|
||||||
|
runtime: [linux-x64]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in a new issue