Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MINIO_RELEASE (0.05 sec)

  1. docker-buildx.sh

    	arch="${arr[1]}"
    	package=$(go list -f '{{.ImportPath}}')
    	printf -- "--> %15s:%s\n" "${osarch}" "${package}"
    
    	# go build -trimpath to build the binary.
    	export GOOS=$os
    	export GOARCH=$arch
    	export MINIO_RELEASE=RELEASE
    	LDFLAGS=$(go run buildscripts/gen-ldflags.go)
    	go build -tags kqueue -trimpath --ldflags "${LDFLAGS}" -o ./minio-${arch}.${release}
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Sun Oct 19 08:22:05 UTC 2025
    - 1.9K bytes
    - Viewed (0)
Back to top