Add build tags to cheatsheet check in CI

This commit is contained in:
christophe-duc 2026-01-07 16:07:58 -04:00
parent 5a50175cdc
commit 134a6bb55f

View file

@ -112,7 +112,7 @@ jobs:
${{runner.os}}-go-
- name: Check Cheatsheet
run: |
go run scripts/cheatsheet/main.go check
go run -tags=containers_image_openpgp,exclude_graphdriver_btrfs scripts/cheatsheet/main.go check
- name: Check Vendor Directory
# ensure our vendor directory matches up with our go modules
run: |