Skip to content

Commit bfc7183

Browse files
committed
Re #6531 Update documentation re self-hosted runners
1 parent 8d4836e commit bfc7183

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

doc/maintainers/self-hosted_runners.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,17 @@
33
# Self-hosted runners
44

55
[GitHub Actions](https://docs.github.com/en/actions) is used to do CI on Stack.
6-
The `linux-arm64` job of the `integration-tests.yml` workflow runs on a
7-
self-hosted runner for Linux and ARM64.
86

9-
The current basic setup is:
7+
In the case of the Linux/AArch64 platform, since 8 February 2025, that is done
8+
with a GitHub-hosted runner (currently in public preview). Previously, that was
9+
done in a separate `linux-arm64` job of the `integration-tests.yml` workflow
10+
that ran on a self-hosted runner for Linux and ARM64. Given that the
11+
GitHub-hosted runner is only in preview, the documentation of the self-hosted
12+
runner is being preserved for the time being.
13+
14+
## Introduction
15+
16+
The current basic setup was:
1017

1118
* FP Complete has an Oracle Cloud account that provides a free tier that
1219
includes a really powerful ARM64 machine;

0 commit comments

Comments
 (0)