feat: full version support for mainline

This commit is contained in:
Mike Evans 2023-05-16 11:11:02 +01:00 committed by GitHub
parent 9ee5c09d8f
commit cb8b3df2d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'