Skip to content

Commit

Permalink
added build-release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kkloberdanz committed Sep 23, 2021
1 parent 453bd7d commit ec0692f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

go tool dist list | sed 's/\// /g' | awk '{ printf("GOOS=%s GOARCH=%s go build -o stc-%s-%s\n", $1, $2, $1, $2) }' | sh

0 comments on commit ec0692f

Please sign in to comment.