Skip to content

Bump github.com/go-playground/validator/v10 from 10.18.0 to 10.19.0 (… #112

Bump github.com/go-playground/validator/v10 from 10.18.0 to 10.19.0 (…

Bump github.com/go-playground/validator/v10 from 10.18.0 to 10.19.0 (… #112

Workflow file for this run

name: iPXE Build
on:
push:
branches:
- main
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.Token }}
run: (cd binary/; MAKEFLAGS=-j$(nproc) ./script/build_and_pr.sh)