diff options
| author | 陈杨文 <wenermail@gmail.com> | 2021-06-30 04:36:00 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-30 04:36:00 +0800 |
| commit | 6f683e6572dc8c42339014d3fb286e99cef23280 (patch) | |
| tree | cd6934d2094a3b1e147b96496f5b8560040f2b30 | |
| parent | 41db292332c0f8f34dd489ea56a376545343d297 (diff) | |
| download | seaweedfs-6f683e6572dc8c42339014d3fb286e99cef23280.tar.xz seaweedfs-6f683e6572dc8c42339014d3fb286e99cef23280.zip | |
also failed on mips64
alpine support mips64, will try to build on next version
| -rw-r--r-- | weed/filer/sqlite/sqlite_store_unsupported.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/filer/sqlite/sqlite_store_unsupported.go b/weed/filer/sqlite/sqlite_store_unsupported.go index d5b82abf3..803c71afa 100644 --- a/weed/filer/sqlite/sqlite_store_unsupported.go +++ b/weed/filer/sqlite/sqlite_store_unsupported.go @@ -1,4 +1,4 @@ -// +build !linux,!darwin,!windows,!s390,!ppc64le +// +build !linux,!darwin,!windows,!s390,!ppc64le,!mips64 // limited GOOS due to modernc.org/libc/unistd |
