Building HUGO extended version for ARM fails with below errors…
GOOS=linux GOARCH=arm build --tags extended
gives an error.
build github.com/bep/golibsass/internal/libsass: cannot load github.com/bep/golibsass/internal/libsass: no Go source files
and in ubuntu
../../go/pkg/mod/github.com/bep/golibsass@v0.5.0/libsass/transpiler.go:15:2: build constraints exclude all Go files in /home/mukhtharcm/go/pkg/mod/github.com/bep/golibsass@v0.5.0/internal/libsass
is there any way to fix this?
Or Is there any place I can get hugo extended for arm?