mirror of
https://github.com/brain-hackers/buildbrain
synced 2024-11-14 22:38:01 +09:00
5 lines
111 B
Bash
Executable File
5 lines
111 B
Bash
Executable File
#!/bin/sh
|
|
|
|
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o aptcache_linux_amd64 .
|
|
strip aptcache_linux_amd64
|