mirror of
https://github.com/ipfs/kubo.git
synced 2025-05-17 15:06:47 +08:00
fix: kubo-source.tar.gz on dist.ipfs.io
Closes https://github.com/ipfs/distributions/issues/737
This commit is contained in:
@ -12,3 +12,6 @@ GOCC ?= go
|
||||
|
||||
go-ipfs-source.tar.gz: distclean
|
||||
GOCC=$(GOCC) bin/maketarball.sh $@
|
||||
|
||||
kubo-source.tar.gz: distclean
|
||||
GOCC=$(GOCC) bin/maketarball.sh $@
|
||||
|
Reference in New Issue
Block a user