Skip to content

Commit 3b8048b

Browse files
committed
Remove executable bit from Makefile
Synology Drive put an executable bit on `Makefile` and I checked it in by accident. Fix. Signed-off-by: Joe Block <jpb@unixorn.net>
1 parent f2706da commit 3b8048b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Makefile

100755100644
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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

8177
multiarch_images: multiarch ## Builds multi-architecture docker images for all the services and pushes them to docker hub
8278
multiarch: multiarch_cgiserver \

0 commit comments

Comments
 (0)