runner.arch
All checks were successful
Gitea Actions Demo / build-and-deploy (push) Successful in 6m10s

This commit is contained in:
changsongdong
2025-11-03 20:34:01 +08:00
parent ac4e858f63
commit 6813a829e3

View File

@ -9,4 +9,5 @@ jobs:
image: gitea/runner-images:ubuntu-latest
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "runner arch is ${{ runner.arch }}"