summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1cbade2dddf0..44b5d2611a0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ pkgver () {
}
build() {
cd img
- echo $GOPROXY
+ export GOFLAGS=-mod=vendor
make BUILDTAGS="seccomp noembed"
}