We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f3d6f commit cd0b12aCopy full SHA for cd0b12a
1 file changed
.github/workflows/arm-local-build.yml
@@ -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