Skip to content

Commit 26cc540

Browse files
committed
goreleaser
1 parent e7f7f86 commit 26cc540

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.goreleaser.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
FROM scratch
2+
COPY github-flow-manager /
3+
ENTRYPOINT ["/github-flow-manager"]

0 commit comments

Comments
 (0)