Compare commits
1 Commits
6b06d620a2
...
6449f8100e
Author | SHA1 | Date | |
---|---|---|---|
6449f8100e |
3
Makefile
3
Makefile
|
@ -211,7 +211,8 @@ push: $(CONTAINER_DOTFILES)
|
|||
# TODO: Upstream was using manifest-tool and gcloud commands. Needs update
|
||||
manifest-list: # @HELP builds a manifest list of containers for all platforms
|
||||
manifest-list: all-container
|
||||
@for bin in $(BINS); do \
|
||||
@export DOCKER_CLI_EXPERIMENTAL=enabled && \
|
||||
for bin in $(BINS); do \
|
||||
docker manifest create $(REGISTRY)/$$bin:$(VERSION); \
|
||||
for platform in $(ALL_PLATFORMS); do \
|
||||
docker manifest add --arch $$(echo $$platform | cut -d/ -f2) \
|
||||
|
|
Loading…
Reference in New Issue
Block a user