mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
@@ -18,6 +18,7 @@ import (
|
|||||||
"os"
|
"os"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
"runtime"
|
"runtime"
|
||||||
|
"strings"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/gohugoio/hugo/htesting"
|
"github.com/gohugoio/hugo/htesting"
|
||||||
@@ -147,7 +148,7 @@ IMG SHORTCODE: /images/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_129x239_r
|
|||||||
}
|
}
|
||||||
|
|
||||||
err = b.BuildE(BuildCfg{})
|
err = b.BuildE(BuildCfg{})
|
||||||
if runtime.GOOS != "windows" {
|
if runtime.GOOS != "windows" && !strings.Contains(runtime.GOARCH, "arm") {
|
||||||
// TODO(bep)
|
// TODO(bep)
|
||||||
c.Assert(err, qt.Not(qt.IsNil))
|
c.Assert(err, qt.Not(qt.IsNil))
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user