Skip to content

Commit

Permalink
Merge pull request #72 from horis233/mongodb-version
Browse files Browse the repository at this point in the history
Add a build for 1.0.0 version
  • Loading branch information
horis233 authored Mar 25, 2020
2 parents 4153956 + 99c3175 commit ec4df92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ ifeq ($(LOCAL_ARCH),x86_64)
@chmod +x /tmp/manifest-tool
/tmp/manifest-tool push from-args --platforms linux/amd64,linux/ppc64le,linux/s390x --template $(REGISTRY)/$(IMG)-ARCH:$(VERSION) --target $(REGISTRY)/$(IMG) --ignore-missing
/tmp/manifest-tool push from-args --platforms linux/amd64,linux/ppc64le,linux/s390x --template $(REGISTRY)/$(IMG)-ARCH:$(VERSION) --target $(REGISTRY)/$(IMG):$(VERSION) --ignore-missing
/tmp/manifest-tool push from-args --platforms linux/amd64,linux/ppc64le,linux/s390x --template $(REGISTRY)/$(IMG)-ARCH:$(VERSION) --target $(REGISTRY)/$(IMG):$(CSV_VERSION) --ignore-missing
endif
endif

Expand Down

0 comments on commit ec4df92

Please sign in to comment.