feat: full version support for mainline
This commit is contained in:
parent
9ee5c09d8f
commit
cb8b3df2d2
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
buildType: [standard, full]
|
||||
distro: [alpine]
|
||||
buildType: [standard, minimized, full]
|
||||
distro: [alpine, distroless]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Source Code of 'SagerNet/sing-box'
|
||||
|
|
Loading…
Reference in a new issue