File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -71,12 +71,8 @@ multiarch_netdump: ## Makes a moosefs-netdump multi-architecture docker image fo
7171 docker buildx build --build-arg application_version=${MOOSEFS_VERSION} --platform ${PLATFORMS} --pull --push -t ${HUB_USER} /moosefs-netdump:latest -f Dockerfile.netdump .
7272 docker pull ${HUB_USER} /moosefs-netdump:latest
7373
74- local : local_cgiserver \ # # Make images for whatever architecture you're running on, but does not push to docker hub
75- local_chunkserver \
76- local_cli \
77- local_master \
78- local_metalogger \
79- local_netdump
74+ local : local_all # # Make images for whatever architecture you're running on, but does not push to docker hub
75+ local_all : local_cgiserver local_chunkserver local_cli local_master local_metalogger local_netdump
8076
8177multiarch_images : multiarch # # Builds multi-architecture docker images for all the services and pushes them to docker hub
8278multiarch : multiarch_cgiserver \
You can’t perform that action at this time.
0 commit comments