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

This commit is contained in:
Aaron Honeycutt 2025-12-15 12:17:11 -07:00
parent 46153be610
commit 41f1290004

View file

@ -11,24 +11,8 @@ jobs:
- name: System Info
run: uname -m
- 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 Determinate Nix
uses: https://github.com/DeterminateSystems/nix-installer-action@main
- name: Confirm Determinate Nix
run: determinate-nixd version
arm64:
runs-on : [nix-latest, arm64-builder]
runs-on : [ubuntu-24.04, arm64-builder]
steps:
- name: System Info
run: uname -m
- name: Confirm Nix
run: nix --version
run: uname -m