Compare commits

..

1 Commits

Author SHA1 Message Date
6b06d620a2
switch to debian:buster slim and install make
Some checks failed
continuous-integration/drone/push Build is failing
2020-11-28 16:43:13 -08:00

View File

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