mirror of
https://github.com/brain-hackers/buildbrain
synced 2025-10-29 03:28:35 +09:00
Add APT cache
This commit is contained in:
4
tools/build_aptcache.sh
Executable file
4
tools/build_aptcache.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o aptcache_linux_amd64 .
|
||||
strip aptcache_linux_amd64
|
||||
Reference in New Issue
Block a user