mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
buildmod => buildmode
There was a typo with the buildmode flag for containerd Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>
This commit is contained in:
parent
63c7bb2463
commit
5e4885b9af
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ install_containerd() {
|
|||
(
|
||||
|
||||
export BUILDTAGS='static_build netgo'
|
||||
export EXTRA_FLAGS='-buildmod pie'
|
||||
export EXTRA_FLAGS='-buildmode=pie'
|
||||
export EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
|
||||
|
||||
# Reset build flags to nothing if we want a dynbinary
|
||||
|
|
Loading…
Reference in a new issue