Add support for Fedora 36 (#787)

This commit is contained in:
Jure Bajic
2023-02-17 10:47:36 +01:00
committed by Bruno Sacaric
parent ea969ba951
commit 3c38cdc691
10 changed files with 87 additions and 11 deletions

View File

@@ -176,3 +176,20 @@ jobs:
with:
name: debian-11-arm
path: build/output/debian-11-arm/memgraph*.deb
fedora-36:
runs-on: [self-hosted, DockerMgBuild, X64]
timeout-minutes: 60
steps:
- name: "Set up repository"
uses: actions/checkout@v3
with:
fetch-depth: 0 # Required because of release/get_version.py
- name: "Build package"
run: |
./release/package/run.sh package fedora-36
- name: "Upload package"
uses: actions/upload-artifact@v3
with:
name: fedora-36
path: build/output/fedora-36/memgraph*.rpm