Skip to content

Commit

Permalink
Fix the interop-test build
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
  • Loading branch information
jkneubuh authored and denyeart committed Jan 5, 2023
1 parent c496231 commit 3e9c6de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ build/image/fabric-ca/$(DUMMY):
--build-arg GO_TAGS=pkcs11 \
--build-arg GO_LDFLAGS="${DOCKER_GO_LDFLAGS}" \
--build-arg UBUNTU_VER=${UBUNTU_VER} \
--build-arg TARGETARCH=$(ARCH) \
--build-arg TARGETOS=linux \
-t $(DOCKER_NS)/$(TARGET) .
docker tag $(DOCKER_NS)/$(TARGET) $(DOCKER_NS)/$(TARGET):$(PROJECT_VERSION)
docker tag $(DOCKER_NS)/$(TARGET) $(DOCKER_NS)/$(TARGET):$(DOCKER_TAG)
Expand All @@ -124,6 +126,8 @@ build/image/fabric-ca-fvt/$(DUMMY):
--build-arg GO_TAGS=pkcs11 \
--build-arg GO_LDFLAGS="${DOCKER_GO_LDFLAGS}" \
--build-arg PG_VER=${PG_VER} \
--build-arg TARGETARCH=$(ARCH) \
--build-arg TARGETOS=linux \
-t $(DOCKER_NS)/$(TARGET) .
@touch $@

Expand Down

0 comments on commit 3e9c6de

Please sign in to comment.