File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version : 2
22
33builds :
4- - main : ./cmd/crab/main.go
5- ldflags :
6- - -w -extldflags "-static"
7- - -X github.com/atomicptr/crab/pkg/meta.Version={{.Version}}
8- - -X github.com/atomicptr/crab/pkg/meta.GitCommit={{.FullCommit}}
9- env :
10- - CGO_ENABLED=0
11- goos :
12- - linux
13- - darwin
14- - windows
15- goarch :
16- - amd64
4+ - main : ./cmd/crab/main.go
5+ ldflags :
6+ - -w -extldflags "-static"
7+ - -X github.com/atomicptr/crab/pkg/meta.Version={{.Version}}
8+ - -X github.com/atomicptr/crab/pkg/meta.GitCommit={{.FullCommit}}
9+ env :
10+ - CGO_ENABLED=0
11+ goos :
12+ - linux
13+ - darwin
14+ - windows
15+ goarch :
16+ - amd64
1717archives :
1818 - id : default
1919checksum :
@@ -24,8 +24,8 @@ changelog:
2424 sort : asc
2525 filters :
2626 exclude :
27- - ' ^docs:'
28- - ' ^test:'
27+ - ' ^docs:'
28+ - ' ^test:'
2929
3030# Release
3131
Original file line number Diff line number Diff line change 11# Do not build this yourself, this is for goreleaser
2- FROM alpine:3.16
2+ FROM alpine:3.23
33COPY crab /
44ENTRYPOINT ["/crab" ]
You can’t perform that action at this time.
0 commit comments