Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create arm.yaml
Browse files Browse the repository at this point in the history
davi17g committed Jul 22, 2024
1 parent c5336dc commit 32a84f1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/arm.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Hello World Workflow

on:
push:
branches:
- arm-github-action-test

jobs:
hello-world-job:
runs-on: ubuntu-24-arm

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Print Hello World
run: echo "Hello, world"

0 comments on commit 32a84f1

Please sign in to comment.