[CI] Disabled Rock5B workflow

This commit is contained in:
Andrea Ciceri 2022-12-30 11:57:08 +01:00
parent 61308f7729
commit 9b96c28a53
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654

View file

@ -1,28 +1,28 @@
name: build-rock5b
on:
workflow_dispatch: # allows manual triggering
push:
branches:
# TODO re-enable with cross-compilation (or `binfmt`?)
# name: build-rock5b
# on:
# workflow_dispatch: # allows manual triggering
# push:
# branches:
# - master
# - update_flake_lock_action
jobs:
build-rock5b:
if: ${{ always() }}
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
# jobs:
# build-rock5b:
# if: ${{ always() }}
# runs-on: ubuntu-latest
# steps:
# - name: Checkout repository
# uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
with:
extra_nix_config: |
accept-flake-config = true
# - uses: cachix/install-nix-action@v18
# with:
# extra_nix_config: |
# accept-flake-config = true
- uses: cachix/cachix-action@v12
with:
name: aciceri-fleet
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
# - uses: cachix/cachix-action@v12
# with:
# name: aciceri-fleet
# 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