Skip to content

Commit d905ee4

Browse files
committed
Update AMD64 runs-on
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 010765b commit d905ee4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/test-build.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,15 @@ Note that if you're running on an Arm server, You'll adapt the prefix of `runs-o
3232
jobs:
3333
specs:
3434
name: specs
35+
# Most builds run on x86_64
36+
runs-on: actuated-2cpu-8gb
37+
38+
# For Arm:
3539
# runs-on: actuated-arm64-2cpu-8gb
36-
runs-on: actuated-arm64-2cpu-8gb
40+
41+
# To pick any kind of server
42+
# runs-on: actuated-any-2cpu-8gb
43+
3744
steps:
3845
- uses: actions/checkout@v4
3946
- name: Check specs

0 commit comments

Comments
 (0)