diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-06-29 10:06:38 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-06-29 10:06:38 -0700 |
| commit | 41db292332c0f8f34dd489ea56a376545343d297 (patch) | |
| tree | d423f6b4b620ef922cae84c662d255d2a58bfce9 | |
| parent | 3668d10664ae3e8c62fbd315ba5c165078b43fd6 (diff) | |
| download | seaweedfs-41db292332c0f8f34dd489ea56a376545343d297.tar.xz seaweedfs-41db292332c0f8f34dd489ea56a376545343d297.zip | |
skip s390 ppc64le
due to https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/22703
| -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 9b7009df9..d5b82abf3 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 +// +build !linux,!darwin,!windows,!s390,!ppc64le // limited GOOS due to modernc.org/libc/unistd |
