mirror of
https://github.com/netsampler/goflow2.git
synced 2024-05-06 15:54:52 +00:00
makefile: fix typo (#147)
This commit is contained in:
2
Makefile
2
Makefile
@ -95,7 +95,7 @@ docker-manifest-release:
|
||||
$(DOCKER_BIN) manifest push $(DOCKER_REPO)$(NAME):$(VERSION)
|
||||
|
||||
.PHONY: docker-manifest-release-buildx
|
||||
docker-manifest-buildx:
|
||||
docker-manifest-release-buildx:
|
||||
$(DOCKER_BIN) buildx imagetools create \
|
||||
-t $(DOCKER_REPO)$(NAME):$(VERSION) \
|
||||
$(DOCKER_REPO)$(NAME):$(ABBREV)-amd64 \
|
||||
|
Reference in New Issue
Block a user