Update .gitea/workflows/ci.yml
All checks were successful
use DeterminateSystems Nix / build-amd64 (push) Successful in 10m18s
All checks were successful
use DeterminateSystems Nix / build-amd64 (push) Successful in 10m18s
This commit is contained in:
parent
0f459b8c9e
commit
c4028399e1
1 changed files with 13 additions and 9 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue