Add ARM test workflow
This commit is contained in:
16
.gitea/workflows/arm-test.yml
Normal file
16
.gitea/workflows/arm-test.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
name: ARM Test
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: debian-12
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Architektur prüfen
|
||||
run: |
|
||||
uname -m
|
||||
arch
|
||||
Reference in New Issue
Block a user