mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-04 18:44:59 +00:00
revert:ci: disable unsupported platforms
This reverts commit f1d43d94a4
.
This commit is contained in:
parent
c60751de9a
commit
70f2bda097
2 changed files with 4 additions and 5 deletions
3
.github/workflows/package.yml
vendored
3
.github/workflows/package.yml
vendored
|
@ -66,8 +66,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
# runtime: [linux-x64, linux-arm64]
|
||||
runtime: [linux-x64]
|
||||
runtime: [linux-x64, linux-arm64]
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue