Skip to content

Commit 19dccf9

Browse files
Content dev
1 parent 5525485 commit 19dccf9

1 file changed

Lines changed: 17 additions & 21 deletions

File tree

  • content/learning-paths/servers-and-cloud-computing/github-on-arm

content/learning-paths/servers-and-cloud-computing/github-on-arm/_index.md

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
11
---
22
title: Deploy GitHub Actions Self-Hosted Runner on Google Axion C4A virtual machine
33

4-
draft: true
5-
cascade:
6-
draft: true
7-
84
minutes_to_complete: 15
95

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.
117

128
learning_objectives:
139
- Provision an Arm virtual machine on the Google Cloud Platform using the C4A Google Axion instance family.
1410
- Set up and validate a GitHub Actions self-hosted runner on the Arm virtual machine.
1511
- Deploy a basic CI workflow with NGINX and verify execution on Arm infrastructure.
1612

1713
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))
2016

2117
author: Annie Tallund
2218

@@ -39,20 +35,20 @@ operatingsystems:
3935
# FIXED, DO NOT MODIFY
4036
# ================================================================================
4137
further_reading:
42-
- resource:
43-
title: Google Cloud official website and documentation
44-
link: https://cloud.google.com/docs
45-
type: documentation
46-
47-
- resource:
48-
title: Github-action official website and documentation
49-
link: https://docs.github.com/en/actions
50-
type: documentation
51-
52-
- resource:
53-
title: GitHub Actions Arm runners
54-
link: https://github.blog/news-insights/product-news/arm64-on-github-actions-powering-faster-more-efficient-build-systems/
55-
type: website
38+
- resource:
39+
title: Google Cloud documentation
40+
link: https://cloud.google.com/docs
41+
type: documentation
42+
43+
- resource:
44+
title: GitHub Actions documentation
45+
link: https://docs.github.com/en/actions
46+
type: documentation
47+
48+
- resource:
49+
title: GitHub Actions Arm runners (announcement)
50+
link: https://github.blog/news-insights/product-news/arm64-on-github-actions-powering-faster-more-efficient-build-systems/
51+
type: website
5652

5753
- resource:
5854
title: GCP Quickstart Guide to Create a virtual machine

0 commit comments

Comments
 (0)