Skip to content

Commit

Permalink
Merge pull request #3044 from valkey-io/ephemeral_label
Browse files Browse the repository at this point in the history
Add ephemeral self hosted runner matrix configuration
  • Loading branch information
ikolomi authored Feb 2, 2025
2 parents 330160d + 3ca552a commit a410ea5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/json_matrices/build-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
"run": "always",
"languages": ["python", "node", "java", "go", "dotnet"]
},
{
"OS": "ubuntu",
"NAMED_OS": "linux",
"RUNNER": ["self-hosted", "Linux", "ARM64", "ephemeral"],
"ARCH": "arm64",
"TARGET": "aarch64-unknown-linux-gnu",
"PACKAGE_MANAGERS": ["pypi", "npm", "maven"],
"run": "always",
"languages": ["python"]
},
{
"OS": "ubuntu",
"NAMED_OS": "linux",
Expand Down

0 comments on commit a410ea5

Please sign in to comment.