From 19d821aab5d1e4a5fa48a0e32bd97096f8b6f61b Mon Sep 17 00:00:00 2001 From: Matthew Penner Date: Sat, 17 Oct 2020 15:41:13 -0600 Subject: [PATCH] Fix arm build --- server/filesystem/stat_linux.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/filesystem/stat_linux.go b/server/filesystem/stat_linux.go index 5bec32e..1ee4514 100644 --- a/server/filesystem/stat_linux.go +++ b/server/filesystem/stat_linux.go @@ -1,3 +1,5 @@ +// +build !arm + package filesystem import (