Remove yaml manipulation from release script, package up and attach helm charts. Build, tag and push fetcher image and all environment runtimes.
5 lines
55 B
Bash
Executable File
5 lines
55 B
Bash
Executable File
#!/bin/sh
|
|
|
|
GOOS=linux GOARCH=386 go build -o server .
|
|
|