feat: add minimal tag #57

This commit is contained in:
engigu
2026-03-16 09:28:20 +08:00
parent a19884541b
commit ba81d4edf2
6 changed files with 59 additions and 11 deletions
+4 -1
View File
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
base_type: [debian, debian13]
base_type: [debian, debian13, minimal]
include:
- base_type: debian
base_tag: base
@@ -25,6 +25,9 @@ jobs:
- base_type: debian13
base_tag: base-debian13
tag_suffix: "-debian13"
- base_type: minimal
base_tag: base-minimal
tag_suffix: "-minimal"
permissions:
contents: read