diff options
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | #!/usr/bin/env sh | 1 | #!/usr/bin/env sh |
| 2 | 2 | ||
| 3 | CGO_ENABLED=0 go build . || exit 1 | 3 | go build . || exit 1 |
| 4 | docker build -t git.d464.sh/diogo464/belverde-fire -f Containerfile . || exit 1 | 4 | docker build -t git.d464.sh/diogo464/belverde-fire -f Containerfile . || exit 1 |
| 5 | 5 | ||
| 6 | if [ "$PUSH" = "1" ]; then | 6 | if [ "$PUSH" = "1" ]; then |
