feat(netconf/netcore02): ci build
This commit is contained in:
parent
3c9bf80f24
commit
fdb355bac7
2 changed files with 14 additions and 0 deletions
|
@ -1,4 +1,15 @@
|
|||
jobs:
|
||||
netcore02:
|
||||
runs-on: nix
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- env:
|
||||
BUILD_NODE: netcore02
|
||||
STORE_ENDPOINT: https://tvix-store.dgnum.eu/infra-signing/
|
||||
STORE_PASSWORD: ${{ secrets.STORE_PASSWORD }}
|
||||
STORE_USER: admin
|
||||
name: Build and cache netcore02
|
||||
run: nix-shell -A eval-nodes --run cache-node
|
||||
ap01:
|
||||
runs-on: nix
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue