From e56e516f948572ac7d58d0e03b4a28a289bbcb67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Bari=C5=A1i=C4=87?= <48765171+MarkoBarisic@users.noreply.github.com> Date: Thu, 7 Dec 2023 11:54:43 +0100 Subject: [PATCH] Add BigMemory label to the release build (#1568) --- .github/workflows/release_debian10.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_debian10.yaml b/.github/workflows/release_debian10.yaml index b7f4adc7d..9a38e4cfb 100644 --- a/.github/workflows/release_debian10.yaml +++ b/.github/workflows/release_debian10.yaml @@ -178,7 +178,7 @@ jobs: release_build: name: "Release build" - runs-on: [self-hosted, Linux, X64, Debian10] + runs-on: [self-hosted, Linux, X64, Debian10, BigMemory] env: THREADS: 24 MEMGRAPH_ENTERPRISE_LICENSE: ${{ secrets.MEMGRAPH_ENTERPRISE_LICENSE }}