Update .gitea/workflows/ci.yml
All checks were successful
use DeterminateSystems Nix / amd64 (push) Successful in 1s
use DeterminateSystems Nix / arm64 (push) Successful in 1s

This commit is contained in:
Aaron Honeycutt 2025-12-15 12:25:49 -07:00
parent 4f6d4b0643
commit c3a7735d45

View file

@ -9,10 +9,10 @@ jobs:
runs-on: [ ubuntu-24.04, amd64-builder ]
steps:
- name: System Info
run: uname
run: uname -a
arm64:
runs-on : [ ubuntu-24.04, arm64-builder ]
steps:
- name: System Info
run: uname
run: uname -a