Skip to content

Commit cd0b12a

Browse files
committed
Adding a test workflow for building on ARM system
1 parent 82f3d6f commit cd0b12a

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Building on ARM System
2+
on:
3+
workflow_dispatch:
4+
push:
5+
6+
jobs:
7+
hello:
8+
runs-on: ubuntu-24.04-arm
9+
10+
steps:
11+
- name: Print Hello World
12+
run: 'echo "Hello World"'

0 commit comments

Comments
 (0)