mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Build Khoj Debian package on Ubuntu 20.04 to work with glibc 2.31
This commit is contained in:
parent
e6e3acdbe4
commit
1cbacf20dc
2 changed files with 6 additions and 6 deletions
6
.github/workflows/build_desktop.yml
vendored
6
.github/workflows/build_desktop.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
- os: ubuntu-20.04
|
||||
extension: deb
|
||||
- os: macos-latest
|
||||
extension: dmg
|
||||
|
@ -82,12 +82,12 @@ jobs:
|
|||
"dist/dmg/"
|
||||
|
||||
- uses: ruby/setup-ruby@v1
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
if: matrix.os == 'ubuntu-20.04'
|
||||
with:
|
||||
ruby-version: '3.0'
|
||||
|
||||
- name: 🐧 Create Debian Package
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
if: matrix.os == 'ubuntu-20.04'
|
||||
shell: bash
|
||||
run: |
|
||||
# Install Debian Packager
|
||||
|
|
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -70,7 +70,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
- os: ubuntu-20.04
|
||||
extension: deb
|
||||
- os: macos-latest
|
||||
extension: dmg
|
||||
|
@ -133,11 +133,11 @@ jobs:
|
|||
"dist/dmg/"
|
||||
|
||||
- uses: ruby/setup-ruby@v1
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
if: matrix.os == 'ubuntu-20.04'
|
||||
with:
|
||||
ruby-version: '3.0'
|
||||
- name: 🐧 Create Debian Package
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
if: matrix.os == 'ubuntu-20.04'
|
||||
shell: bash
|
||||
env:
|
||||
DEBIAN_PACKAGE_VERSION: ${{ inputs.version }}
|
||||
|
|
Loading…
Add table
Reference in a new issue