mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 10:19:35 +00:00
5 lines
184 B
Bash
Executable File
5 lines
184 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
LD_FLAGS="-w -X main.version=$(./git-version)"
|
|
CGO_ENABLED=0 go build -o bin/bootcfg -ldflags "$LD_FLAGS" -a -tags netgo github.com/coreos/coreos-baremetal/cmd/bootcfg
|