mirror of
https://github.com/pgsty/minio.git
synced 2026-07-23 06:00:24 +03:00
fs: fix XFS and other FS related issue due to missing d_type.
This commit is contained in:
committed by
Harshavardhana
parent
188bb92d8a
commit
3de7f26e41
@@ -131,9 +131,11 @@ install: gomake-all
|
||||
dockerimage: checkdocker getdeps verifiers $(UI_ASSETS)
|
||||
@echo "Building docker image:" minio:$(TAG)
|
||||
@GO15VENDOREXPERIMENT=1 GOOS=linux GOARCH=amd64 go build --ldflags $(DOCKER_LDFLAGS) -o docker/minio.dockerimage
|
||||
@touch docker/dockerinit
|
||||
@cd docker; mkdir -p export; sudo docker build --rm --tag=minio/minio:$(TAG) .
|
||||
@rmdir docker/export
|
||||
@rm docker/minio.dockerimage
|
||||
@rm docker/dockerinit
|
||||
|
||||
release: verifiers
|
||||
@MINIO_RELEASE=RELEASE ./buildscripts/build.sh
|
||||
|
||||
Reference in New Issue
Block a user