Update .gitea/workflows/ci.yml
Some checks failed
Test runner / test-amd64 (push) Successful in 1s
Test runner / test-arm64 (push) Has been cancelled

This commit is contained in:
Aaron Honeycutt 2025-12-10 17:18:57 -07:00
parent 80e067a395
commit 9723564127

View file

@ -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