diff options
Diffstat (limited to 'testing/k0sctl')
-rw-r--r-- | testing/k0sctl/APKBUILD | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/k0sctl/APKBUILD b/testing/k0sctl/APKBUILD index 35d9a87af38..fe9386d1f16 100644 --- a/testing/k0sctl/APKBUILD +++ b/testing/k0sctl/APKBUILD @@ -15,6 +15,10 @@ subpackages=" source="https://github.com/k0sproject/k0sctl/archive/refs/tags/v$pkgver/k0sctl-$pkgver.tar.gz" builddir="$srcdir/k0sctl-$pkgver" +export GOCACHE="$srcdir/go-cache" +export GOTMPDIR="$srcdir" +export GOMODCACHE="$srcdir/go" + build() { make |