forked from engineering/cloudservices
update build file
parent
5b600571f6
commit
49f8d48cfd
6
build.sh
6
build.sh
|
@ -1,5 +1,7 @@
|
||||||
# This file builds the Go binaries. Hardcoded by LOC Engineering
|
# This file builds the Go binaries. Hardcoded by LOC Engineering
|
||||||
go build -o dist/bin/storage src/go/storage/storage.go src/go/storage/dirsize.go
|
CGO_ENABLED=0 go build -o dist/bin/storage src/go/storage/storage.go src/go/storage/dirsize.go
|
||||||
file dist/bin/storage
|
file dist/bin/storage
|
||||||
go build -o dist/bin/checkCertificate src/go/checkCertificate/checkCertificate.go
|
CGO_ENABLED=0 go build -o dist/bin/checkCertificate src/go/checkCertificate/checkCertificate.go
|
||||||
file dist/bin/checkCertificate
|
file dist/bin/checkCertificate
|
||||||
|
CGO_ENABLED=0 go build -o dist/bin/checkCertSignatures src/go/checkCertSignatures/checkCertSignatures.go
|
||||||
|
file /dist/bin/checkCertSignatures
|
||||||
|
|
Loading…
Reference in New Issue