[CI] Disabled Rock5B workflow
This commit is contained in:
parent
61308f7729
commit
9b96c28a53
1 changed files with 24 additions and 24 deletions
48
.github/workflows/build-rock5b.yaml
vendored
48
.github/workflows/build-rock5b.yaml
vendored
|
@ -1,28 +1,28 @@
|
||||||
name: build-rock5b
|
# TODO re-enable with cross-compilation (or `binfmt`?)
|
||||||
on:
|
# name: build-rock5b
|
||||||
workflow_dispatch: # allows manual triggering
|
# on:
|
||||||
push:
|
# workflow_dispatch: # allows manual triggering
|
||||||
branches:
|
# push:
|
||||||
# TODO re-enable with cross-compilation (or `binfmt`?)
|
# branches:
|
||||||
# - master
|
# - master
|
||||||
# - update_flake_lock_action
|
# - update_flake_lock_action
|
||||||
|
|
||||||
jobs:
|
# jobs:
|
||||||
build-rock5b:
|
# build-rock5b:
|
||||||
if: ${{ always() }}
|
# if: ${{ always() }}
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
steps:
|
# steps:
|
||||||
- name: Checkout repository
|
# - name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
# uses: actions/checkout@v3
|
||||||
|
|
||||||
- uses: cachix/install-nix-action@v18
|
# - uses: cachix/install-nix-action@v18
|
||||||
with:
|
# with:
|
||||||
extra_nix_config: |
|
# extra_nix_config: |
|
||||||
accept-flake-config = true
|
# accept-flake-config = true
|
||||||
|
|
||||||
- uses: cachix/cachix-action@v12
|
# - uses: cachix/cachix-action@v12
|
||||||
with:
|
# with:
|
||||||
name: aciceri-fleet
|
# name: aciceri-fleet
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
# authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
|
|
||||||
- run: nix --print-build-logs --verbose build --allow-import-from-derivation .#nixosConfigurations.rock5b.config.system.build.toplevel
|
# - run: nix --print-build-logs --verbose build --allow-import-from-derivation .#nixosConfigurations.rock5b.config.system.build.toplevel
|
||||||
|
|
Loading…
Add table
Reference in a new issue