Skip to content

Merge pull request #9 from nshalman/update_iPXE_2024_02_27_21_40_56 #34

Merge pull request #9 from nshalman/update_iPXE_2024_02_27_21_40_56

Merge pull request #9 from nshalman/update_iPXE_2024_02_27_21_40_56 #34

Workflow file for this run

name: iPXE Build
on:
push:
branches:
- main
- equinix-*
jobs:
build-ipxe:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install nix
uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Build iPXE
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: (cd binary/; MAKEFLAGS=-j$(nproc) ./script/build_and_pr.sh)