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