micromata / dave

A totally simple and very easy to configure stand alone webdav server
Apache License 2.0
350 stars 46 forks source link

Fox x86 only. #35

Open C0deView opened 2 years ago

C0deView commented 2 years ago

So far, no release for mips or arm.

samhocevar commented 1 year ago

More architectures could be added, but do you have trouble building Dave for them? It should be as simple as the following:

GOARCH=arm64 GOOS=linux go build ./cmd/dave

Or:

GOARCH=mips64 GOOS=linux go build ./cmd/dave