mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fix hack/dockerfile/install/containerd.installer test statement
Signed-off-by: Rong Gao <gaoronggood@163.com>
This commit is contained in:
parent
cbb885b07a
commit
5e77399b92
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ install_containerd() {
|
|||
export EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
|
||||
|
||||
# Reset build flags to nothing if we want a dynbinary
|
||||
if [ "$1" == "dynamic" ]; then
|
||||
if [ "$1" = "dynamic" ]; then
|
||||
export BUILDTAGS=''
|
||||
export EXTRA_FLAGS=''
|
||||
export EXTRA_LDFLAGS=''
|
||||
|
|
Loading…
Add table
Reference in a new issue