Add APT cache

This commit is contained in:
Takumi Sueda
2020-10-27 19:52:59 +09:00
parent c16a8c8f27
commit daf5442439
5 changed files with 277 additions and 6 deletions

4
tools/build_aptcache.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o aptcache_linux_amd64 .
strip aptcache_linux_amd64