You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
Disabled x86_64 build of ksud
This commit is contained in:
6
.github/workflows/build-manager.yml
vendored
6
.github/workflows/build-manager.yml
vendored
@@ -22,8 +22,8 @@ jobs:
|
||||
include:
|
||||
- target: aarch64-linux-android
|
||||
os: ubuntu-latest
|
||||
- target: x86_64-unknown-linux-musl # x86 Linux, keeping this so i can ksud in muh pc
|
||||
os: ubuntu-latest
|
||||
#- target: x86_64-unknown-linux-musl # x86 Linux, keeping this so i can ksud in muh pc
|
||||
#os: ubuntu-latest
|
||||
uses: ./.github/workflows/ksud.yml
|
||||
with:
|
||||
target: ${{ matrix.target }}
|
||||
@@ -96,4 +96,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: "mappings"
|
||||
path: "manager/app/build/outputs/mapping/release/"
|
||||
path: "manager/app/build/outputs/mapping/release/"
|
||||
|
||||
Reference in New Issue
Block a user