Update .gitea/workflows/ci.yml
This commit is contained in:
parent
80e067a395
commit
9723564127
1 changed files with 6 additions and 0 deletions
|
|
@ -7,6 +7,12 @@ on:
|
|||
jobs:
|
||||
test-amd64:
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- name: Print host info
|
||||
run: uname -a
|
||||
|
||||
test-arm64:
|
||||
runs-on: ubuntu-24.04-arm64
|
||||
steps:
|
||||
- name: Print host info
|
||||
run: uname -a
|
||||
Loading…
Add table
Add a link
Reference in a new issue