We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8184468 commit 76069b0Copy full SHA for 76069b0
1 file changed
.github/workflows/go-release.yml
@@ -17,6 +17,7 @@ jobs:
17
PACKAGE: ./cmd/docsite
18
GOARCH: amd64
19
GOOS: linux
20
+ GOFLAGS: -buildvcs=false
21
release-darwin-amd64:
22
name: Release darwin/amd64
23
runs-on: ubuntu-latest
@@ -30,6 +31,7 @@ jobs:
30
31
32
33
GOOS: darwin
34
35
release-darwin-arm64:
36
name: Release darwin/arm64
37
@@ -43,6 +45,7 @@ jobs:
43
45
44
46
GOARCH: arm64
47
48
49
docker:
50
name: Build and push image
51
0 commit comments