Skip to content

Commit 1073419

Browse files
Merge pull request #1866 from jasonrandrews/review
Windows on Arm GitHub Arm-hosted runners ready to publish
2 parents 7b09509 + 45afd78 commit 1073419

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

content/learning-paths/laptops-and-desktops/gh-arm-runners-win/_index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
---
22
title: Automate Windows on Arm Builds with GitHub Arm-hosted Runners
33

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

106
who_is_this_for: This introductory tutorial is for software developers looking to automate Windows application builds on Arm architecture using GitHub Actions.

content/learning-paths/laptops-and-desktops/windows_armpl/2a-get-set-up-git.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The example application renders a rotating 3D cube to perform the calculations u
1919
First, navigate to an empty directory, and clone the repository containing the example from GitHub:
2020

2121
```cmd
22-
git clone https://github.com/odincodeshen/SpinTheCubeInGDI.git
22+
git clone https://github.com/arm/SpinTheCubeInGDI.git
2323
```
2424

2525
{{% notice Note %}}

0 commit comments

Comments
 (0)