We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7f7f86 commit 26cc540Copy full SHA for 26cc540
.goreleaser.yml
@@ -0,0 +1,13 @@
1
+builds:
2
+ - binary: github-flow-manager
3
+ env:
4
+ - CGO_ENABLED=0
5
+ ldflags: -w -extldflags "-static"
6
+ goos:
7
+ - windows
8
+ - darwin
9
+ - linux
10
+ goarch:
11
+ - amd64
12
+dockers:
13
+ - image: docplanner/github-flow-manager
Dockerfile
@@ -0,0 +1,3 @@
+FROM scratch
+COPY github-flow-manager /
+ENTRYPOINT ["/github-flow-manager"]
0 commit comments