Skip to content

Commit 2f07fd6

Browse files
committed
fix(ci): add tags to pre-commit
1 parent c9d2d29 commit 2f07fd6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pre-commit.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
push:
66
branches: [master]
77

8+
env:
9+
GOFLAGS: -tags=containers_image_openpgp,exclude_graphdriver_btrfs,btrfs_noversion,exclude_graphdriver_devicemapper
10+
811
jobs:
912
pre-commit:
1013
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)