File tree Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -19,22 +19,6 @@ builds:
19
19
- -a
20
20
ldflags :
21
21
- -s -w -X github.com/pfnet/hierarchical-namespaces/cmd.Version={{.Version}} -X github.com/pfnet/hierarchical-namespaces/cmd.Revision={{.ShortCommit}} -extldflags "-static"
22
- - id : api-extension
23
- env :
24
- - CGO_ENABLED=0
25
- - GO111MODULE=on
26
- main : ./cmd/apiextension/main.go
27
- binary : apiextension
28
- goos :
29
- - linux
30
- - darwin
31
- goarch :
32
- - amd64
33
- - arm64
34
- flags :
35
- - -a
36
- ldflags :
37
- - -s -w -X github.com/pfnet/hierarchical-namespaces/cmd.Version={{.Version}} -X github.com/pfnet/hierarchical-namespaces/cmd.Revision={{.ShortCommit}} -extldflags "-static"
38
22
39
23
dockers :
40
24
- image_templates : ["ghcr.io/pfnet/{{ .ProjectName }}:{{ .Version }}-amd64"]
Original file line number Diff line number Diff line change 1
1
FROM debian:bullseye-slim
2
2
WORKDIR /
3
3
COPY manager /manager
4
- COPY apiextension /apiextension
5
4
ENTRYPOINT ["/manager"]
You can’t perform that action at this time.
0 commit comments