Skip to content

Commit

Permalink
Merge pull request #3067 from valkey-io/ephemeral_label
Browse files Browse the repository at this point in the history
Move musl ARM builds to ephemeral runners
  • Loading branch information
ikolomi authored Feb 4, 2025
2 parents 672c548 + 776d52b commit 7b5c4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/json_matrices/build-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"NAMED_OS": "linux",
"ARCH": "arm64",
"TARGET": "aarch64-unknown-linux-musl",
"RUNNER": ["self-hosted", "Linux", "ARM64"],
"RUNNER": ["self-hosted", "Linux", "ARM64", "ephemeral"],
"IMAGE": "node:lts-alpine",
"CONTAINER_OPTIONS": "--user root --privileged --rm",
"PACKAGE_MANAGERS": ["npm"],
Expand Down

0 comments on commit 7b5c4c9

Please sign in to comment.