Remove support for deb9 (#329)

This commit is contained in:
Jure Bajic
2022-01-25 12:23:50 +01:00
committed by GitHub
parent bb1308acc7
commit 834ce5f51a
4 changed files with 1 additions and 39 deletions

View File

@@ -39,23 +39,6 @@ jobs:
name: centos-8
path: build/output/centos-8/memgraph*.rpm
debian-9:
runs-on: [self-hosted, DockerMgBuild]
timeout-minutes: 60
steps:
- name: "Set up repository"
uses: actions/checkout@v2
with:
fetch-depth: 0 # Required because of release/get_version.py
- name: "Build package"
run: |
./release/package/run.sh package debian-9
- name: "Upload package"
uses: actions/upload-artifact@v2
with:
name: debian-9
path: build/output/debian-9/memgraph*.deb
debian-10:
runs-on: [self-hosted, DockerMgBuild]
timeout-minutes: 60