chore: enable self hosted runner (#1116)

Signed-off-by: adi_holden <adi@dragonflydb.io>
This commit is contained in:
adiholden 2023-04-20 12:36:04 +03:00 committed by GitHub
parent 9a515cbe67
commit 3b3350081c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,8 +15,7 @@ jobs:
# Test of these containers
container: ["ubuntu-dev:20"]
build-type: [Debug, Release]
# TODO: To bring back [self-hosted, linux, ARM64] once we stabilize the tests.
runner: [ubuntu-latest]
runner: [ubuntu-latest, [self-hosted, linux, ARM64]]
runs-on: ${{ matrix.runner }}
timeout-minutes: 45