Compare commits

..

1 Commits

Author SHA1 Message Date
6449f8100e
switch to debian:buster slim and install make
Some checks failed
continuous-integration/drone/push Build is failing
2020-11-28 16:48:52 -08:00

View File

@ -211,7 +211,8 @@ 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
@for bin in $(BINS); do \ @export DOCKER_CLI_EXPERIMENTAL=enabled && \
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) \