Files
koboldcpp/.github/workflows/kcpp-build-release-linux.yaml
T
Concedo 57e12b73af try containerized ci (+1 squashed commits)
Squashed commits:

[fc53c200] try containerized ci (+1 squashed commits)

Squashed commits:

[4b48b0d5] try containerized ci
2025-04-04 17:19:27 +08:00

38 lines
787 B
YAML

name: Koboldcpp Linux
on: workflow_dispatch
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
NOAVX2: 1
jobs:
linux:
runs-on: ubuntu-22.04
container:
image: ubuntu:20.04
options: --privileged
steps:
- name: Clone
id: checkout
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref || github.ref_name }}
- name: Dependencies
id: depends
run: |
apt-get update
apt-get install -y sudo
sudo apt-get -y install git curl bzip2
- name: Build
id: make_build
run: |
./koboldcpp.sh dist
- name: Save artifact
uses: actions/upload-artifact@v4
with:
name: kcpp_linux_binary
path: dist/