add comment back
parent
a1be913476
commit
eb26a8d69b
|
@ -24,6 +24,8 @@ CRI_DOCKERD_AARCH64_ENV = \
|
|||
CRI_DOCKERD_AARCH64_COMPILE_SRC = $(CRI_DOCKERD_AARCH64_GOPATH)/src/github.com/Mirantis/cri-dockerd
|
||||
CRI_DOCKERD_AARCH64_BUILDFLAGS = "-ldflags '-X github.com/Mirantis/cri-dockerd/version.Version=$(CRI_DOCKERD_AARCH64_VER) -X github.com/Mirantis/cri-dockerd/version.GitCommit=$(CRI_DOCKERD_AARCH64_REV)'"
|
||||
|
||||
# If https://github.com/Mirantis/cri-dockerd/blob/master/packaging/Makefile changes, then this will almost certainly need to change
|
||||
# This uses the static make target at the top level Makefile, since that builds everything, then picks out the arm64 binary
|
||||
define CRI_DOCKERD_AARCH64_BUILD_CMDS
|
||||
$(CRI_DOCKERD_AARCH64_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) LDFLAGS=$(CRI_DOCKERD_AARCH64_BUILDFLAGS) GO_VERSION=$(GO_VERSION) -C $(@D) VERSION=$(CRI_DOCKERD_AARCH64_VER) REVISION=$(CRI_DOCKERD_AARCH64_REV) static
|
||||
endef
|
||||
|
|
Loading…
Reference in New Issue