Skip to content

Update lanzaboote

Update lanzaboote #815

Workflow file for this run

name: Check Flake
on:
pull_request:
workflow_dispatch:
workflow_call:
push:
branches:
- master
jobs:
check-flake:
runs-on: ubuntu-20.04
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v30
with:
extra_nix_config: |
extra-platforms = aarch64-linux arm-linux i686-linux
- name: Install binfmt tools
run: |
DEBIAN_FRONTEND=noninteractive
sudo apt-get update -q -y && sudo apt-get install -q -y qemu-system-aarch64 qemu-efi binfmt-support qemu-user-static
- name: Check Nix Flake
run: nix flake check