Skip to content

Commit

Permalink
new version string
Browse files Browse the repository at this point in the history
  • Loading branch information
nshalman committed Mar 20, 2024
1 parent 4f4edf7 commit c0e732c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binary/script/build_and_pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function build_iPXE() {
# build iPXE
echo "Building iPXE"
top_level_dir="$(git rev-parse --show-toplevel)"
if ! (cd "${top_level_dir}"; nix-shell "${top_level_dir}/binary/script/shell.nix" --run 'make VERSION=2.0+ binary'); then
if ! (cd "${top_level_dir}"; nix-shell "${top_level_dir}/binary/script/shell.nix" --run 'make VERSION=2.x binary'); then
echo "Failed to build iPXE" 1>&2
exit 1
fi
Expand Down

0 comments on commit c0e732c

Please sign in to comment.