You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/learning-paths/servers-and-cloud-computing/github-on-arm/_index.md
+17-21Lines changed: 17 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,18 @@
1
1
---
2
2
title: Deploy GitHub Actions Self-Hosted Runner on Google Axion C4A virtual machine
3
3
4
-
draft: true
5
-
cascade:
6
-
draft: true
7
-
8
4
minutes_to_complete: 15
9
5
10
-
who_is_this_for: This is an introductory topic for developers who want to deploy GitHub Actions Self-Hosted Runner on an Arm-based Google Axion C4A instance.
6
+
who_is_this_for: This is an introductory topic for developers who want to deploy a GitHub Actions self-hosted runner on an Arm-based Google Axion C4A instance.
11
7
12
8
learning_objectives:
13
9
- Provision an Arm virtual machine on the Google Cloud Platform using the C4A Google Axion instance family.
14
10
- Set up and validate a GitHub Actions self-hosted runner on the Arm virtual machine.
15
11
- Deploy a basic CI workflow with NGINX and verify execution on Arm infrastructure.
16
12
17
13
prerequisites:
18
-
- A [Google Cloud Platform (GCP)](https://cloud.google.com/free?utm_source=google&hl=en) account with billing enabled.
19
-
- A GitHub account. You can sign up [here](https://github.com/signup).
14
+
- A [Google Cloud Platform (GCP)](https://cloud.google.com/free?utm_source=google&hl=en) account with billing enabled
15
+
- A GitHub account (you can sign up [here](https://github.com/signup))
0 commit comments