Files
fission-src/fission-bundle/build.sh
T
Soam VasaniandGitHub d83c89df69 Storage service and client (#300)
A very rudimentary storage service for archives larger than what can
fit in TPR/CRD resources. The library used allows for using local
files, AWS S3, or other cloud storage APIs. For now only local paths
are set up.

The storage service doesn't know anything about functions or packages;
it can be used for arbitrary archives.

There's no CLI integration yet.
2017-08-31 00:44:25 -07:00

3 lines
58 B
Bash
Executable File

#!/bin/sh
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build