From 134a6bb55fbb1fcab18f60b4b4f1aa9ee5f7e62a Mon Sep 17 00:00:00 2001 From: christophe-duc Date: Wed, 7 Jan 2026 16:07:58 -0400 Subject: [PATCH] Add build tags to cheatsheet check in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95f221e9..f1110f69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |