Skip to content

Commit

Permalink
Update build-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shuangqiao999 authored Jan 4, 2025
1 parent 52442ef commit de28ccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ on:
lan_addr:
description: 'Setting default LAN address'
required: true
default: '10.0.0.1'
default: '192.168.1.1'
type: string
build_options:
description: 'Build options (separate multiple options with spaces)'
required: false
default: 'BUILD_FAST=y ENABLE_BPF=y ENABLE_LTO=y ENABLE_LRNG=y ENABLE_MOLD=y KERNEL_CLANG_LTO=y'
default: 'BUILD_FAST=y ENABLE_BPF=y ENABLE_LTO=y ENABLE_LRNG=y ENABLE_MOLD=y KERNEL_CLANG_LTO=y MINIMAL_BUILD=y'
type: string

jobs:
Expand Down

0 comments on commit de28ccd

Please sign in to comment.