Update .gitea/workflows/ci.yml
This commit is contained in:
parent
12f1b019ba
commit
46153be610
1 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ on:
|
|||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
build-amd64:
|
||||
amd64:
|
||||
runs-on: [ubuntu-24.04, amd64-builder]
|
||||
steps:
|
||||
- name: System Info
|
||||
|
|
@ -24,8 +24,8 @@ jobs:
|
|||
- name: Confirm Determinate Nix
|
||||
run: determinate-nixd version
|
||||
|
||||
nix-arm64:
|
||||
runs-on : [nix, arm64-builder]
|
||||
arm64:
|
||||
runs-on : [nix-latest, arm64-builder]
|
||||
steps:
|
||||
- name: System Info
|
||||
run: uname -m
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue