Skip to content

Commit b25b9b5

Browse files
author
Levi Blackstone
committed
Update Packagers readme with seccomp info
Signed-off-by: Levi Blackstone <[email protected]>
1 parent e51457e commit b25b9b5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

project/PACKAGERS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,12 @@ SELinux, you will need to use the `selinux` build tag:
164164
export DOCKER_BUILDTAGS='selinux'
165165
```
166166

167+
If you're building a binary that may need to be used on platforms that include
168+
seccomp, you will need to use the `seccomp` build tag:
169+
```bash
170+
export DOCKER_BUILDTAGS='seccomp'
171+
```
172+
167173
There are build tags for disabling graphdrivers as well. By default, support
168174
for all graphdrivers are built in.
169175

0 commit comments

Comments
 (0)