mirror of
https://github.com/selfhosters-cc/container-census.git
synced 2026-01-27 00:48:31 -06:00
5 lines
170 B
Bash
Executable File
5 lines
170 B
Bash
Executable File
#!/bin/bash
|
|
# CGO_ENABLED=1 go build -o container-census cmd/server/main.go
|
|
|
|
CGO_ENABLED=1 go build -o /tmp/container-census ./cmd/server && ls -lh /tmp/container-census
|