mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-21 05:10:25 +08:00
ci: disable unsupported platforms
This commit is contained in:
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:
|
||||
|
||||
3
.github/workflows/package.yml
vendored
3
.github/workflows/package.yml
vendored
@@ -66,7 +66,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
runtime: [linux-x64, linux-arm64]
|
||||
# runtime: [linux-x64, linux-arm64]
|
||||
runtime: [linux-x64]
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user