fix: kubo-source.tar.gz on dist.ipfs.io
Closes https://github.com/ipfs/distributions/issues/737
Marcin Rataj committed
Jul 8, 2022 at 14:38 UTC
506ecdf86223bff2059616660eb566e42bead08c
1 file changed
+3
mk/tarball.mk
+3
@@ -12,3 +12,6 @@ GOCC ?= go
12
13
go-ipfs-source.tar.gz: distclean
14
GOCC=$(GOCC) bin/maketarball.sh $@
15
+
16
+kubo-source.tar.gz: distclean
17
+ GOCC=$(GOCC) bin/maketarball.sh $@