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:20 -07:00
parent 41f1290004
commit 4f6d4b0643

View file

@ -6,13 +6,13 @@ on:
jobs:
amd64:
runs-on: [ubuntu-24.04, amd64-builder]
runs-on: [ ubuntu-24.04, amd64-builder ]
steps:
- name: System Info
run: uname -m
run: uname
arm64:
runs-on : [ubuntu-24.04, arm64-builder]
runs-on : [ ubuntu-24.04, arm64-builder ]
steps:
- name: System Info
run: uname -m
run: uname