File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 3
3
# Self-hosted runners
4
4
5
5
[ 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.
8
6
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:
10
17
11
18
* FP Complete has an Oracle Cloud account that provides a free tier that
12
19
includes a really powerful ARM64 machine;
You can’t perform that action at this time.
0 commit comments