Update .gitea/workflows/ci.yml
All checks were successful
use DeterminateSystems Nix / build-amd64 (push) Successful in 10m18s

This commit is contained in:
Aaron Honeycutt 2025-12-11 08:59:47 -07:00
parent 0f459b8c9e
commit c4028399e1

View file

@ -1,18 +1,22 @@
name: Test runner
name: use DeterminateSystems Nix
on:
push:
branches: [ main ]
jobs:
test-amd64:
build-amd64:
runs-on: [ubuntu-24.04, amd64-builder]
steps:
- name: Print host info
run: uname -a
- name: System Info
run: uname -m
test-arm64:
runs-on: [ubuntu-24.04, arm64-builder]
steps:
- name: Print host info
run: uname -a
- name: Setup
run: |
apt update -y
apt install -y curl gnupg
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
apt install -y nodejs
- name: Install Determitate Nix
uses: https://github.com/DeterminateSystems/nix-installer-action@main