build: fix goreleaser, include optional builder name

builder name shows up in about section again, as does the build time.
This commit is contained in:
Harvey Tindall
2023-06-23 14:41:21 +01:00
parent f083d6b53f
commit b7b3aa1eb7
8 changed files with 22 additions and 7 deletions
+2
View File
@@ -18,6 +18,8 @@ steps:
from_secret: BUILDRONE_KEY
GITHUB_TOKEN:
from_secret: github_token
JFA_GO_BUILT_BY:
from_secret: BUILT_BY
commands:
- curl -sL https://git.io/goreleaser > ../goreleaser
- chmod +x ../goreleaser