Просмотр исходного кода

Merge pull request #20519 from lblackstone/update-packager-readme

Update Packagers readme with seccomp info
Sebastiaan van Stijn 9 лет назад
Родитель
Сommit
d006e32a91
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      project/PACKAGERS.md

+ 6 - 0
project/PACKAGERS.md

@@ -164,6 +164,12 @@ SELinux, you will need to use the `selinux` build tag:
 export DOCKER_BUILDTAGS='selinux'
 export DOCKER_BUILDTAGS='selinux'
 ```
 ```
 
 
+If you're building a binary that may need to be used on platforms that include
+seccomp, you will need to use the `seccomp` build tag:
+```bash
+export DOCKER_BUILDTAGS='seccomp'
+```
+
 There are build tags for disabling graphdrivers as well. By default, support
 There are build tags for disabling graphdrivers as well. By default, support
 for all graphdrivers are built in.
 for all graphdrivers are built in.