mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-02 17:44:59 +00: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
|
||||
os: ubuntu-20.04
|
||||
runtime: linux-x64
|
||||
- name : Linux (arm64)
|
||||
os: ubuntu-20.04
|
||||
runtime: linux-arm64
|
||||
# - name : Linux (arm64)
|
||||
# os: ubuntu-20.04
|
||||
# runtime: linux-arm64
|
||||
name: Build ${{ matrix.name }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue